Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paurkedal/ocaml-prime
Supplements to the OCaml library
https://github.com/paurkedal/ocaml-prime
ocaml ocaml-library
Last synced: 1 day ago
JSON representation
Supplements to the OCaml library
- Host: GitHub
- URL: https://github.com/paurkedal/ocaml-prime
- Owner: paurkedal
- License: lgpl-3.0
- Created: 2013-06-09T08:35:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T19:47:50.000Z (6 months ago)
- Last Synced: 2025-01-15T07:30:28.879Z (7 days ago)
- Topics: ocaml, ocaml-library
- Language: OCaml
- Homepage: https://paurkedal.github.io/ocaml-prime/prime/index.html
- Size: 941 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING
Awesome Lists containing this project
README
# Prime - OCaml Library Supplements
## Synopsis
This is a small OCaml library, mostly adding functionality to existing types
from the standard library. The main focus is to amend the container
structures in a uniform way, keeping functions as composable as possible.For details see the [API reference](http://paurkedal.github.io/ocaml-prime/).
## Installation
The library is available in a custom OPAM repository:
opam repo add paurkedal https://github.com/paurkedal/opam-repo-paurkedal.git
opam install primeYou can also install a development version with
opam pin prime git+https://github.com/paurkedal/ocaml-prime.git
To build form sources, first install the dependencies listed in
[prime.opam](prime.opam).