A datastructure supporting constant time append operations
  • OCaml 95.4%
  • Dune 2.8%
  • Makefile 1.8%
Find a file
2026-03-16 11:03:20 +01:00
.github/workflows Disable dependabot 2026-03-12 13:01:42 +01:00
.vscode import tests 2023-09-06 13:37:29 +02:00
src import tests 2023-09-06 13:37:29 +02:00
test Lint 2025-02-11 18:00:04 +01:00
.gitattributes init repository 2023-09-06 09:23:03 +02:00
.gitignore Update .gitignore 2024-04-10 14:57:26 +02:00
.ocamlformat Upgrade to ocamlformat.0.28.1 2025-10-24 23:36:36 +02:00
appendable-list.opam Upgrade to ocamlformat.0.28.1 2025-10-24 23:36:36 +02:00
CHANGES.md Prepare changelog 2024-07-26 10:57:57 +02:00
CODEOWNERS Initiate code owners file for GH 2026-02-01 08:04:08 +01:00
dune init repository 2023-09-06 09:23:03 +02:00
dune-project Upgrade to ocamlformat.0.28.1 2025-10-24 23:36:36 +02:00
dune-workspace-5.2 Prepare dune-workspace files for CI workflows 2026-01-09 10:02:51 +01:00
dune-workspace-5.3 Prepare dune-workspace files for CI workflows 2026-01-09 10:02:51 +01:00
dune-workspace-5.4 Upgrade CI dependencies 2026-03-12 12:59:18 +01:00
LICENSE init repository 2023-09-06 09:23:03 +02:00
LICENSE.janestreet Improve acknowledgements 2024-02-25 09:54:43 +01:00
Makefile Add dev-setup deps 2024-09-07 15:58:04 +02:00
README.md Add archival notice 2026-03-16 11:03:20 +01:00

appendable-list

⚠️ This repository is now a public archive. I have stopped developing the project and will not be maintaining it forward.


CI Status

This library offers a repackaging of Core_extended's Appendable_list, as a standalone opam package.

Original code at https://github.com/janestreet/core_extended/tree/master/appendable_list

The code was slightly modified in order to remove dependencies into Core and solely depend on Base instead, making it available in more contexts, without requiring to add a dependency into Core and Core_extended.

Code Documentation

The code documentation of the latest release is built with odoc and published to GitHub pages here.