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: "MIT" 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 "dune" {>= "2.9.0"} 15 "lwt" 16 "bigstringaf" {>= "0.8.0"} 17 "conan" {= version} 18 "alcotest" {with-test} 19 "crowbar" {with-test} 20 "fmt" {with-test} 21 "rresult" {with-test} 22] 23conflicts: ["ocaml-option-flambda"] 24build: [ 25 ["dune" "subst"] {dev} 26 ["dune" "build" "-p" name "-j" jobs] 27 ["dune" "install" "--create-install-files" name] 28 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 29] 30dev-repo: "git+https://github.com/mirage/conan.git" 31url { 32 src: 33 "https://github.com/mirage/conan/releases/download/v0.0.1/conan-cli-v0.0.1.tbz" 34 checksum: [ 35 "sha256=625185d23c980636b90d245eae4e48d41ffcb14d6a2712c57c40e2bfd0102ff7" 36 "sha512=2b8592f7df6cc369039a1b40eff951e5006099350b347d2f92af270e5eb7ff74de0ed21d595a1e7e7955aa1ad65432d24288a468641c6340a12e40e7be21ac0e" 37 ] 38} 39x-commit-hash: "595b8f0dc6b6ce856a45403d4945b9369162c296"