this repo has no description
1opam-version: "2.0" 2maintainer: "rudi.grinberg@gmail.com" 3authors: ["Rudi Grinberg"] 4license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/rgrinberg/humane-re" 6 7build: [ 8 [make "configure-no-tests"] 9 [make "build"] 10] 11remove: [ 12 ["ocamlfind" "remove" "humane_re"] 13] 14 15depends: [ 16 "ocaml" {>= "4.02.0"} 17 "ocamlfind" 18 "oasis" 19 "re" 20 "ocamlbuild" {build} 21] 22dev-repo: "git+https://github.com/rgrinberg/humane-re" 23install: [make "install"] 24synopsis: "A human friendly interface to regular expressions in OCaml" 25flags: light-uninstall 26url { 27 src: "https://github.com/rgrinberg/humane-re/archive/v0.1.0.tar.gz" 28 checksum: [ 29 "sha256=ff2d0a29ff17f61d27e85c3e190e6d4f8d623b057f425f0cb09b0ed6b4727c8f" 30 "md5=37c4f3b15c287766e1f2dc90cac76de9" 31 ] 32}