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 "conan" {= version} 15 "conan-database" {= version} 16 "conan-unix" {= version} 17 "dune" {>= "2.9.0"} 18 "dune-site" 19 "alcotest" {>= "0.8.1" & with-test} 20 "crowbar" {with-test} 21 "fmt" {with-test} 22 "rresult" {>= "0.6" & with-test} 23 "mirage" {with-test} 24 "mirage-unix" {with-test} 25 "mirage-bootvar-unix" {with-test} 26 "mirage-console-unix" {with-test} 27 "mirage-clock-unix" {with-test} 28 "mirage-logs" {with-test} 29 "mirage-types" {with-test} 30 "mirage-types-lwt" {with-test} 31 "mirage-runtime" {with-test} 32] 33conflicts: ["ocaml-option-flambda"] 34build: [ 35 ["dune" "subst"] {dev} 36 ["dune" "build" "-p" name "-j" jobs] 37 ["dune" "install" "-p" name "--create-install-files" name] 38 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 39] 40dev-repo: "git+https://github.com/mirage/conan.git" 41url { 42 src: 43 "https://github.com/mirage/conan/releases/download/v0.0.5/conan-0.0.5.tbz" 44 checksum: [ 45 "sha256=04ae9ca6a1efa7be9035eff806ad915fa79fdabd44b0d044fceba2989257fb8f" 46 "sha512=b7f5c1923aa5dc45411c3dbd5b07adddc048e31f0d123b890db3e147725ae34fd83e7fa809024faa54981d616d301845ff8d406eef9297bb780c54d7436ee26f" 47 ] 48} 49x-commit-hash: "98813c528216d32a20245af02baeb4a1f664520f"