https://github.com/mbarbin/nonempty-list-core
Repackaging core_kernel.nonempty_list as a standalone package
https://github.com/mbarbin/nonempty-list-core
Last synced: about 1 year ago
JSON representation
Repackaging core_kernel.nonempty_list as a standalone package
- Host: GitHub
- URL: https://github.com/mbarbin/nonempty-list-core
- Owner: mbarbin
- License: mit
- Archived: true
- Created: 2023-11-09T21:41:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T17:35:40.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:45:12.839Z (over 1 year ago)
- Language: OCaml
- Size: 606 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# nonempty-list-core
[](https://github.com/mbarbin/nonempty-list-core/actions/workflows/ci.yml)
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](https://mbarbin.github.io/nonempty-list-core).