|
| 1 | +opam-version: "2.0" |
| 2 | +synopsis: "Identify type of your file (such as the MIME type)" |
| 3 | +description: """\ |
| 4 | +Conan is a re-implementation in OCaml of the file command. |
| 5 | +The library is system-agnostic and can be used with MirageOS.""" |
| 6 | +maintainer: "Romain Calascibetta < [email protected]>" |
| 7 | +authors: "Romain Calascibetta < [email protected]>" |
| 8 | +license: "BSD-2-Clause" |
| 9 | +homepage: "https://github.com/mirage/conan" |
| 10 | +doc: "https://mirage.github.io/conan/" |
| 11 | +bug-reports: "https://github.com/mirage/conan/issues" |
| 12 | +depends: [ |
| 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 | +] |
| 33 | +conflicts: ["ocaml-option-flambda"] |
| 34 | +build: [ |
| 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 | +] |
| 40 | +dev-repo: "git+https://github.com/mirage/conan.git" |
| 41 | +url { |
| 42 | + src: |
| 43 | + "https://github.com/mirage/conan/releases/download/v0.0.4/conan-0.0.4.tbz" |
| 44 | + checksum: [ |
| 45 | + "sha256=41e62ee99d76456b5b83828db1aca9ba3ffef22fa30ff2ec60580f81f6078c9c" |
| 46 | + "sha512=d0b35b05728ae9f918d4ae0f5ae51eb93399e700badbbce54c00f5e3b61c9fb5ee154df4dc1c0764093d62d7edbe0f8bf1f03cc542f583c2cfcf5b3144aca1ad" |
| 47 | + ] |
| 48 | +} |
| 49 | +x-commit-hash: "469f6772ac029ee685b74623bc9dde34f7ac5e5c" |
0 commit comments