https://github.com/mbarbin/reversed-list
Repackaging core_kernel.reversed_list as a standalone package
https://github.com/mbarbin/reversed-list
Last synced: 2 months ago
JSON representation
Repackaging core_kernel.reversed_list as a standalone package
- Host: GitHub
- URL: https://github.com/mbarbin/reversed-list
- Owner: mbarbin
- License: mit
- Created: 2023-11-09T21:23:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T10:00:41.000Z (over 1 year ago)
- Last Synced: 2025-01-10T11:20:15.062Z (over 1 year ago)
- Language: OCaml
- Homepage: https://mbarbin.github.io/reversed-list/
- Size: 786 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
# reversed-list
:warning: This repository is now a public archive. I have stopped developing the project and will not be maintaining it forward.
---
[](https://github.com/mbarbin/reversed-list/actions/workflows/ci.yml)
This library offers a repackaging of `Core_kernel`'s `Reversed_list`, as a standalone opam package.
Original code at https://github.com/janestreet/core_kernel/tree/master/reversed_list
## Code Documentation
The code documentation of the latest release is built with `odoc` and published to `GitHub` pages [here](https://mbarbin.github.io/reversed-list).