https://github.com/jhu-pl-lab/jhupllib
An OCaml library of common tools and utilities.
https://github.com/jhu-pl-lab/jhupllib
Last synced: 8 months ago
JSON representation
An OCaml library of common tools and utilities.
- Host: GitHub
- URL: https://github.com/jhu-pl-lab/jhupllib
- Owner: JHU-PL-Lab
- License: apache-2.0
- Created: 2016-08-08T15:26:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T12:51:52.000Z (over 2 years ago)
- Last Synced: 2025-06-08T16:04:58.188Z (12 months ago)
- Language: OCaml
- Size: 64.5 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://opam.ocaml.org).
## Building
This project uses [Dune](https://github.com/ocaml/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`
2. Build the project.
`make && make test`