this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] conan (5 packages) (0.0.6)

CHANGES:

- Fix for `re.1.12.0` (@hannesm, mirage/conan#34)

+207
+49
packages/conan-cli/conan-cli.0.0.6/opam
··· 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 <romain.calascibetta@gmail.com>" 7 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 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.6/conan-0.0.6.tbz" 44 + checksum: [ 45 + "sha256=b210257b881715ffb9dcbf88678c8559ec2aef26795a5304afd5a8b4bbf11e16" 46 + "sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40" 47 + ] 48 + } 49 + x-commit-hash: "e24abf9eaff494e3bbd72262cf754fa29306108d"
+33
packages/conan-database/conan-database.0.0.6/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A database of decision trees to recognize MIME type" 3 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 5 + license: "BSD-2-Clause" 6 + homepage: "https://github.com/dinosaure/conan" 7 + doc: "https://dinosaure.github.io/conan/" 8 + bug-reports: "https://github.com/dinosaure/conan/issues" 9 + depends: [ 10 + "dune" {>= "2.9.0"} 11 + "conan" {= version} 12 + "alcotest" {>= "0.8.1" & with-test} 13 + "crowbar" {with-test} 14 + "fmt" {with-test} 15 + "rresult" {>= "0.6" & with-test} 16 + ] 17 + conflicts: ["ocaml-option-flambda"] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + ["dune" "build" "-p" name "-j" jobs] 21 + ["dune" "install" "-p" name "--create-install-files" name] 22 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 23 + ] 24 + dev-repo: "git+https://github.com/dinosaure/conan.git" 25 + url { 26 + src: 27 + "https://github.com/mirage/conan/releases/download/v0.0.6/conan-0.0.6.tbz" 28 + checksum: [ 29 + "sha256=b210257b881715ffb9dcbf88678c8559ec2aef26795a5304afd5a8b4bbf11e16" 30 + "sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40" 31 + ] 32 + } 33 + x-commit-hash: "e24abf9eaff494e3bbd72262cf754fa29306108d"
+39
packages/conan-lwt/conan-lwt.0.0.6/opam
··· 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 <romain.calascibetta@gmail.com>" 7 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8 + license: "MIT" 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 + "dune" {>= "2.9.0"} 15 + "lwt" 16 + "bigstringaf" {>= "0.2.0"} 17 + "conan" {= version} 18 + "alcotest" {>= "0.8.1" & with-test} 19 + "crowbar" {with-test} 20 + "fmt" {with-test} 21 + "rresult" {>= "0.6" & with-test} 22 + ] 23 + conflicts: ["ocaml-option-flambda"] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + ["dune" "build" "-p" name "-j" jobs] 27 + ["dune" "install" "-p" name "--create-install-files" name] 28 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 29 + ] 30 + dev-repo: "git+https://github.com/mirage/conan.git" 31 + url { 32 + src: 33 + "https://github.com/mirage/conan/releases/download/v0.0.6/conan-0.0.6.tbz" 34 + checksum: [ 35 + "sha256=b210257b881715ffb9dcbf88678c8559ec2aef26795a5304afd5a8b4bbf11e16" 36 + "sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40" 37 + ] 38 + } 39 + x-commit-hash: "e24abf9eaff494e3bbd72262cf754fa29306108d"
+38
packages/conan-unix/conan-unix.0.0.6/opam
··· 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 <romain.calascibetta@gmail.com>" 7 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 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 + "base-unix" 15 + "conan" {= version} 16 + "dune" {>= "2.9.0"} 17 + "alcotest" {>= "0.8.1" & with-test} 18 + "crowbar" {with-test} 19 + "fmt" {with-test} 20 + "rresult" {>= "0.6" & with-test} 21 + ] 22 + conflicts: ["ocaml-option-flambda"] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + ["dune" "build" "-p" name "-j" jobs] 26 + ["dune" "install" "-p" name "--create-install-files" name] 27 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 28 + ] 29 + dev-repo: "git+https://github.com/mirage/conan.git" 30 + url { 31 + src: 32 + "https://github.com/mirage/conan/releases/download/v0.0.6/conan-0.0.6.tbz" 33 + checksum: [ 34 + "sha256=b210257b881715ffb9dcbf88678c8559ec2aef26795a5304afd5a8b4bbf11e16" 35 + "sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40" 36 + ] 37 + } 38 + x-commit-hash: "e24abf9eaff494e3bbd72262cf754fa29306108d"
+48
packages/conan/conan.0.0.6/opam
··· 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 <romain.calascibetta@gmail.com>" 7 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 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 + "re" {>= "1.12.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 + ] 32 + conflicts: ["ocaml-option-flambda"] 33 + build: [ 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 + ] 39 + dev-repo: "git+https://github.com/mirage/conan.git" 40 + url { 41 + src: 42 + "https://github.com/mirage/conan/releases/download/v0.0.6/conan-0.0.6.tbz" 43 + checksum: [ 44 + "sha256=b210257b881715ffb9dcbf88678c8559ec2aef26795a5304afd5a8b4bbf11e16" 45 + "sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40" 46 + ] 47 + } 48 + x-commit-hash: "e24abf9eaff494e3bbd72262cf754fa29306108d"