A datastructure supporting constant time append operations
- OCaml 95.4%
- Dune 2.8%
- Makefile 1.8%
| .github/workflows | ||
| .vscode | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| appendable-list.opam | ||
| CHANGES.md | ||
| CODEOWNERS | ||
| dune | ||
| dune-project | ||
| dune-workspace-5.2 | ||
| dune-workspace-5.3 | ||
| dune-workspace-5.4 | ||
| LICENSE | ||
| LICENSE.janestreet | ||
| Makefile | ||
| README.md | ||
appendable-list
⚠️ This repository is now a public archive. I have stopped developing the project and will not be maintaining it forward.
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.