Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 578 Bytes

README.mkd

File metadata and controls

11 lines (8 loc) · 578 Bytes

📚 bantorra: Library Management 🔖

bantorra is an OCaml package for loading user libraries and resolving unit paths into file paths. The design is informed by proof assistants based on dependent type theory, where it is common to work with source code directly. Check out the project website for more information.

Installation

You need OCaml 5.0 or newer. You can check out the source repository and install the latest version in development:

git clone https://github.com/RedPRL/bantorra.git
opam install ./bantorra