Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redprl/bantorra
📚 A library for managing libraries and resolving unit paths
https://github.com/redprl/bantorra
ocaml ocaml-library
Last synced: 3 months ago
JSON representation
📚 A library for managing libraries and resolving unit paths
- Host: GitHub
- URL: https://github.com/redprl/bantorra
- Owner: RedPRL
- License: apache-2.0
- Created: 2020-06-14T21:23:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T17:31:39.000Z (over 1 year ago)
- Last Synced: 2024-03-26T08:19:10.498Z (10 months ago)
- Topics: ocaml, ocaml-library
- Language: OCaml
- Homepage: https://redprl.org/bantorra/bantorra
- Size: 902 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
# 📚 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](https://RedPRL.org/bantorra/bantorra) 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
```