Skip to content

takahisa/finale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finale - Invertible syntax for OCaml

Finale is tagless-final based invertible syntax library for OCaml.

Requirements

Please see depends section in finale.opam file.

Installation

Install with OPAM

opam pin add finale https://github.com/takahisa/finale.git
opam install finale

Or install with jbuilder(dune).

git clone http://github.com/takahisa/finale.git finale
cd finale
jbuilder build
jbuilder install

License

Finale released under the MIT License.