jhupllib
A collection of OCaml utilities used by the JHU PL lab
README
This repository contains a standard library of sorts for JHU PL Lab projects (although it is by no means limited to those projects). The library contains the sort of general-purpose miscellany that we wish to use in multiple projects but which do not have sufficient mass to warrant maintenance as independent libraries.
Installing
jhupllib
can be installed via OPAM.
Building
This project uses Dune as a build tool. After cloning this repository, it should be sufficient to perform the following steps:
Install dependencies.
`opam install jbuilder batteries monadlib ocaml-monadic ppx_deriving yojson ppx_deriving_yojson`
Build the project.
`make && make test`
Install
- Authors
-
- Maintainers
-
Sources
def6ce5e907d3f63e00767ec947b93c0a0de9c20.zip
md5=3156dda64a10c8eb805b92ca61cd733b
sha512=9b81c5a96dee675253f2f474a6556fde4d59fdf86d9661bf60cb95ce9a4e3d7c5f63a489967ffff820ed11b994dd4cd7514020171de247d1a943260d11de23b2
Dependencies
ppx_deriving
>= "2.0"
ounit
build
ocamlfind
build
ocamlbuild
build
ocaml-monadic
>= "0.4.1"
dune
>= "1.0+beta17"
batteries
< "3.0"
ocaml
>= "4.04.0"
Reverse Dependencies