https://github.com/zshipko/ocaml-vec
Example OCaml library written using Rust and ocaml-rs
https://github.com/zshipko/ocaml-vec
Last synced: 11 months ago
JSON representation
Example OCaml library written using Rust and ocaml-rs
- Host: GitHub
- URL: https://github.com/zshipko/ocaml-vec
- Owner: zshipko
- License: isc
- Created: 2018-03-10T19:49:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T22:00:23.000Z (about 5 years ago)
- Last Synced: 2025-03-24T12:21:27.974Z (about 1 year ago)
- Language: OCaml
- Homepage:
- Size: 367 KB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ocaml-vec
A generic `Vec` for OCaml written in Rust using [ocaml-rs](https://github.com/zshipko/ocaml-rs)
## Building
```
$ dune build
```
to run the tests:
```
$ dune runtest
```
## Installation
```
$ dune build @install
$ dune install
```
## API
See `src/vec.mli`