this repo has no description
1opam-version: "2.0" 2maintainer: "ygrek@autistici.org" 3authors: ["Sebastien Mondet"] 4homepage: "https://smondet.github.io/bracetax/" 5dev-repo: "git+https://github.com/smondet/bracetax.git" 6bug-reports: "https://github.com/smondet/bracetax/issues" 7build: [ 8 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 9 ["ocaml" "setup.ml" "-build"] 10] 11install: [ 12 ["ocaml" "setup.ml" "-install"] 13] 14remove: [ 15 ["ocamlfind" "remove" "bracetax"] 16 ["rm" "-f" "%{bin}%/brtx" "%{bin}%/brtx.exe"] 17] 18depends: [ 19 "ocaml" {>= "4.02.0" & < "5.0"} 20 "ocamlfind" {build} 21 "ocamlbuild" {build} 22 "base-bytes" 23] 24synopsis: "Simple and deterministic text processing syntax" 25flags: light-uninstall 26url { 27 src: 28 "https://github.com/smondet/bracetax/releases/download/v0.4/bracetax-0.4.tar.gz" 29 checksum: [ 30 "sha256=fb1deab1da4401bd421c39e72779971ac6c5693982fd6d3074be98130edf8e43" 31 "md5=3cdad48090abb6046c967c83176eb240" 32 ] 33}