this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "Thomas Gazagnaire"] 4homepage: "https://github.com/mirage/ocaml-crunch" 5bug-reports: "https://github.com/mirage/ocaml-crunch/issues" 6license: "ISC" 7dev-repo: "git+https://github.com/mirage/ocaml-crunch.git" 8tags: ["org:mirage" "org:xapi-project"] 9 10build: [ 11 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 12 ["ocaml" "setup.ml" "-build"] 13] 14install: ["ocaml" "setup.ml" "-install"] 15remove: [ 16 ["rm" "-f" "%{bin}%/ocaml-crunch"] 17 ["ocamlfind" "remove" "crunch"] 18] 19depends: [ 20 "ocaml" {< "5.0"} 21 "ocamlfind" 22 "cmdliner" 23 "ocamlbuild" {build} 24] 25synopsis: "Convert a filesystem into a static OCaml module" 26flags: light-uninstall 27url { 28 src: "https://github.com/mirage/ocaml-crunch/archive/v1.4.1.tar.gz" 29 checksum: [ 30 "sha256=9183d60ff88d21087100d0ded85b9cdb3d9060958aef13b451992bbb0990d414" 31 "md5=ee49cc396eb21d472057c25cb37e1d79" 32 ] 33}