Repackaging core_kernel.nonempty_list as a standalone package
  • OCaml 95.3%
  • Dune 2.6%
  • Makefile 2.1%
Find a file
2024-01-18 18:35:40 +01:00
.github/workflows Deploy odoc with dune-release 2024-01-17 19:03:31 +01:00
.vscode init 2023-11-09 22:39:51 +01:00
src init 2023-11-09 22:39:51 +01:00
.gitattributes init 2023-11-09 22:39:51 +01:00
.gitignore init 2023-11-09 22:39:51 +01:00
.ocamlformat init 2023-11-09 22:39:51 +01:00
CHANGES.md prepare v0.16.0 2023-11-09 23:38:53 +01:00
dune init 2023-11-09 22:39:51 +01:00
dune-project Upgrade to dune.3.12 and dedup dune dependency 2024-01-17 19:03:48 +01:00
LICENSE init 2023-11-09 22:39:51 +01:00
LICENSE.janestreet init 2023-11-09 22:39:51 +01:00
Makefile init 2023-11-09 22:39:51 +01:00
nonempty-list-core.opam Upgrade to dune.3.12 and dedup dune dependency 2024-01-17 19:03:48 +01:00
README.md Update README.md 2024-01-18 18:35:40 +01:00

nonempty-list-core

CI Status

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.