An open API service indexing awesome lists of open source software.

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

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`