this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "OCaml Bindlib library for bound variables" 4description: """ 5The Bindlib library provides support for free and bound variables in the 6 OCaml language. The main application is the representation of types with 7 a binding structure (e.g., abstract syntax trees).""" 8maintainer: [ 9 "Rodolphe Lepigre <lepigre@mpi-sws.org>" 10 "Christophe Raffalli <christophe@raffalli.eu" 11] 12authors: [ 13 "Rodolphe Lepigre <lepigre@mpi-sws.org>" 14 "Christophe Raffalli <christophe@raffalli.eu" 15] 16license: "LGPL-3.0" 17homepage: "https://github.com/rlepigre/ocaml-bindlib" 18bug-reports: "https://github.com/rlepigre/ocaml-bindlib/issues" 19depends: [ 20 "ocaml" {>= "4.07.0"} 21 "dune" {>= "2.7"} 22 "timed" {= "1.0" & with-test} 23 "earley" {= "3.0.0" & with-test} 24 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/rlepigre/ocaml-bindlib.git" 41url { 42 src: "https://github.com/rlepigre/ocaml-bindlib/archive/6.0.0.tar.gz" 43 checksum: [ 44 "md5=49400a6c8a9089b21adaaf7741319596" 45 "sha512=ef0353a1b34c9790bd46e964773540a6642253d9eb6a6d57a2e80c54ac9de730d4b79540603fd6aea8ed321455b5a13d6ec8bd380c32e7bb17fe0e400360e90d" 46 ] 47}