Repackaging core_kernel.nonempty_list as a standalone package
- OCaml 95.3%
- Dune 2.6%
- Makefile 2.1%
| .github/workflows | ||
| .vscode | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| CHANGES.md | ||
| dune | ||
| dune-project | ||
| LICENSE | ||
| LICENSE.janestreet | ||
| Makefile | ||
| nonempty-list-core.opam | ||
| README.md | ||
nonempty-list-core
This library offers a repackaging of Core_kernel's Nonempty_list, as a
standalone opam package.
Original code at https://github.com/janestreet/core_kernel/tree/master/nonempty_list
After some experimentation, I decided to archive this repository, and use another
repackaging that removes dependencies into Core and solely depends on Base
instead, making it available in more contexts: https://github.com/mbarbin/nonempty-list
Code documentation
The code documentation of the latest release is built with odoc and published
to GitHub pages here.