https://github.com/epfl-systemf/mltac2
Ltac2 APIs for OCaml
https://github.com/epfl-systemf/mltac2
Last synced: 28 days ago
JSON representation
Ltac2 APIs for OCaml
- Host: GitHub
- URL: https://github.com/epfl-systemf/mltac2
- Owner: epfl-systemf
- License: lgpl-2.1
- Created: 2026-07-02T09:19:50.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-07-02T15:57:19.000Z (about 1 month ago)
- Last Synced: 2026-07-02T17:29:46.339Z (about 1 month ago)
- Language: OCaml
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MLtac2: Ltac2 APIs for OCaml
MLtac2 is a simple library that packages part of the Ltac2 APIs for use in OCaml. It is a partial solution to the discoverability problem in Rocq APIs, providing a simple entry-point for meta-programming in OCaml.
## Setup
Install MLtac2 through `opam`:
```sh
opam update
opam repo add rocq-released https://rocq-prover.github.io/opam/released/
opam pin add https://github.com/epfl-systemf/mltac2.git
```