Skip to content

JHU-PL-Lab/jhupllib

Repository files navigation

jhupllib

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:

  1. Install dependencies.
`opam install jbuilder batteries monadlib ocaml-monadic ppx_deriving yojson ppx_deriving_yojson`
  1. Build the project.
`make && make test`

About

An OCaml library of common tools and utilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages