https://github.com/mbarbin/doubly-linked
Re-publishing [Core.Doubly_linked] as a standalone package to use with [Base]
https://github.com/mbarbin/doubly-linked
Last synced: about 1 year ago
JSON representation
Re-publishing [Core.Doubly_linked] as a standalone package to use with [Base]
- Host: GitHub
- URL: https://github.com/mbarbin/doubly-linked
- Owner: mbarbin
- License: mit
- Created: 2024-03-03T16:30:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T14:30:31.000Z (over 1 year ago)
- Last Synced: 2025-04-01T05:11:08.806Z (over 1 year ago)
- Language: OCaml
- Homepage: https://mbarbin.github.io/doubly-linked/
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# doubly-linked
[](https://github.com/mbarbin/doubly-linked/actions/workflows/ci.yml)
This library offers a repackaging of `Core`'s `Doubly_linked`, as a standalone opam package for using with `Base`.
Original code at https://github.com/janestreet/core/
The code required almost no modifications 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](https://mbarbin.github.io/doubly-linked).