this repo has no description
1opam-version: "2.0"
2synopsis: "A database of decision trees to recognize MIME type"
3maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
5license: "BSD-2-Clause"
6homepage: "https://github.com/dinosaure/conan"
7doc: "https://dinosaure.github.io/conan/"
8bug-reports: "https://github.com/dinosaure/conan/issues"
9depends: [
10 "dune" {>= "2.9.0"}
11 "conan" {= version}
12 "alcotest" {with-test}
13 "crowbar" {with-test}
14 "fmt" {with-test}
15 "rresult" {with-test}
16]
17conflicts: ["ocaml-option-flambda"]
18build: [
19 ["dune" "subst"] {dev}
20 ["dune" "build" "-p" name "-j" jobs]
21 ["dune" "install" "--create-install-files" name]
22 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
23]
24dev-repo: "git+https://github.com/dinosaure/conan.git"
25url {
26 src:
27 "https://github.com/mirage/conan/releases/download/v0.0.2/conan-cli-0.0.2.tbz"
28 checksum: [
29 "sha256=27974c6a24196088d9ec2a26e83d1e174a608a0745f68a435ebcd1abb22da385"
30 "sha512=58bd758ecb1d328fe25c141f4500eb6c14b2ffc1feee4a097b57ae48ab6eee1db8ea52cee06ba90fc06e03dba76e35465d8f38a5779040cb013f2b7367cc97ef"
31 ]
32}
33x-commit-hash: "0b874402fb3fc97a816911f51080299313a198ea"