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/dinosaure/conan/releases/download/v0.0.1/conan-cli-v0.0.1.tbz" 28 checksum: [ 29 "sha256=625185d23c980636b90d245eae4e48d41ffcb14d6a2712c57c40e2bfd0102ff7" 30 "sha512=2b8592f7df6cc369039a1b40eff951e5006099350b347d2f92af270e5eb7ff74de0ed21d595a1e7e7955aa1ad65432d24288a468641c6340a12e40e7be21ac0e" 31 ] 32} 33x-commit-hash: "595b8f0dc6b6ce856a45403d4945b9369162c296"