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" {>= "0.8.1" & with-test} 13 "crowbar" {with-test} 14 "fmt" {with-test} 15 "rresult" {>= "0.6" & with-test} 16] 17conflicts: ["ocaml-option-flambda"] 18build: [ 19 ["dune" "subst"] {dev} 20 ["dune" "build" "-p" name "-j" jobs] 21 ["dune" "install" "-p" name "--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.6/conan-0.0.6.tbz" 28 checksum: [ 29 "sha256=b210257b881715ffb9dcbf88678c8559ec2aef26795a5304afd5a8b4bbf11e16" 30 "sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40" 31 ] 32} 33x-commit-hash: "e24abf9eaff494e3bbd72262cf754fa29306108d"