Repackaging core_kernel.nonempty_list as a standalone package for using with Base
- OCaml 91.7%
- Dune 5.2%
- Makefile 3.1%
| .github/workflows | ||
| .vscode | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| CHANGES.md | ||
| CODEOWNERS | ||
| dune | ||
| dune-project | ||
| dune-workspace-5.2 | ||
| dune-workspace-5.3 | ||
| dune-workspace-5.4 | ||
| LICENSE | ||
| LICENSE.janestreet | ||
| Makefile | ||
| nonempty-list.opam | ||
| README.md | ||
nonempty-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_kernel's Nonempty_list, as a standalone opam package for using with Base.
Original code at https://github.com/janestreet/core_kernel/tree/master/nonempty_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_kernel.
Code Documentation
The code documentation of the latest release is built with odoc and published to GitHub pages here.