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" & < "5.1~"} 14 "re" {>= "1.9.0" & < "1.11.0"} 15 "dune" {>= "2.9.0"} 16 "uutf" 17 "ptime" 18 "alcotest" {>= "0.8.1" & with-test} 19 "crowbar" {>= "0.2" & with-test} 20 "fmt" {with-test} 21 "rresult" {>= "0.6" & with-test} 22 "mirage" {with-test} 23 "mirage-unix" {with-test} 24 "mirage-bootvar-unix" {with-test} 25 "mirage-console-unix" {with-test} 26 "mirage-clock-unix" {with-test} 27 "mirage-logs" {with-test} 28 "mirage-types" {with-test} 29 "mirage-types-lwt" {with-test} 30 "mirage-runtime" {with-test} 31] 32conflicts: ["ocaml-option-flambda"] 33build: [ 34 ["dune" "subst"] {dev} 35 ["dune" "build" "-p" name "-j" jobs] 36 ["dune" "install" "-p" name "--create-install-files" name] 37 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 38] 39dev-repo: "git+https://github.com/mirage/conan.git" 40url { 41 src: 42 "https://github.com/mirage/conan/releases/download/v0.0.3/conan-0.0.3.tbz" 43 checksum: [ 44 "sha256=6247de95f13d4e08d82970ebf15a0d307d566138a99254a7475b21867adae356" 45 "sha512=f1c783b686b883b9e28abcc551cc6e45ae6df7557d2ef56a371493566bdb57e5765c5b94bfb138871f556814f870664c1c3617122e83df8e83d0d20b032fecb3" 46 ] 47} 48x-commit-hash: "79f0be9f6e4e8d40e30e8853f0f014b47368f1af"