this repo has no description
1opam-version: "2.0" 2synopsis: "Identify type of your file (such as the MIME type)" 3description: """\ 4Conan is a re-implementation in OCaml of the file command. 5The library is system-agnostic and can be used with MirageOS.""" 6maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 7authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8license: "BSD-2-Clause" 9homepage: "https://github.com/mirage/conan" 10doc: "https://mirage.github.io/conan/" 11bug-reports: "https://github.com/mirage/conan/issues" 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "base-unix" 15 "conan" {= version} 16 "dune" {>= "2.9.0"} 17 "alcotest" {with-test} 18 "crowbar" {with-test} 19 "fmt" {with-test} 20 "rresult" {with-test} 21] 22conflicts: ["ocaml-option-flambda"] 23build: [ 24 ["dune" "subst"] {dev} 25 ["dune" "build" "-p" name "-j" jobs] 26 ["dune" "install" "--create-install-files" name] 27 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 28] 29dev-repo: "git+https://github.com/mirage/conan.git" 30url { 31 src: 32 "https://github.com/mirage/conan/releases/download/v0.0.2/conan-cli-0.0.2.tbz" 33 checksum: [ 34 "sha256=27974c6a24196088d9ec2a26e83d1e174a608a0745f68a435ebcd1abb22da385" 35 "sha512=58bd758ecb1d328fe25c141f4500eb6c14b2ffc1feee4a097b57ae48ab6eee1db8ea52cee06ba90fc06e03dba76e35465d8f38a5779040cb013f2b7367cc97ef" 36 ] 37} 38x-commit-hash: "0b874402fb3fc97a816911f51080299313a198ea"