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