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.
jhupllib
can be installed via OPAM.
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`