An open API service indexing awesome lists of open source software.

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

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
```