this repo has no description
0
fork

Configure Feed

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

[new release] ca-certs-nss (3.108-1)

CHANGES:

* Use mirage-ptime instead of functorising over PCLOCK (mirage/ca-certs-nss#11 @hannesm)

+53
+53
packages/ca-certs-nss/ca-certs-nss.3.108-1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "X.509 trust anchors extracted from Mozilla's NSS" 3 + description: """ 4 + Trust anchors extracted from Mozilla's NSS certdata.txt package, 5 + to be used in MirageOS unikernels. 6 + """ 7 + maintainer: ["Hannes Mehnert <hannes@mehnert.org>"] 8 + authors: ["Hannes Mehnert <hannes@mehnert.org>"] 9 + license: "ISC" 10 + homepage: "https://github.com/mirage/ca-certs-nss" 11 + doc: "https://mirage.github.io/ca-certs-nss/doc" 12 + bug-reports: "https://github.com/mirage/ca-certs-nss/issues" 13 + depends: [ 14 + "dune" {>= "2.7"} 15 + "mirage-ptime" {>= "4.0.0"} 16 + "x509" {>= "1.0.0"} 17 + "ocaml" {>= "4.13.0"} 18 + "digestif" {>= "1.2.0"} 19 + "logs" {build} 20 + "fmt" {build & >= "0.8.7"} 21 + "bos" {build} 22 + "cmdliner" {build & >= "1.1.0"} 23 + "alcotest" {with-test} 24 + "odoc" {with-doc} 25 + ] 26 + conflicts: [ 27 + "result" {< "1.5"} 28 + ] 29 + build: [ 30 + ["dune" "subst"] {dev} 31 + [ 32 + "dune" 33 + "build" 34 + "-p" 35 + name 36 + "-j" 37 + jobs 38 + "@install" 39 + "@runtest" {with-test} 40 + "@doc" {with-doc} 41 + ] 42 + ] 43 + dev-repo: "git+https://github.com/mirage/ca-certs-nss.git" 44 + tags: ["org:mirage"] 45 + url { 46 + src: 47 + "https://github.com/mirage/ca-certs-nss/releases/download/v3.108-1/ca-certs-nss-3.108-1.tbz" 48 + checksum: [ 49 + "sha256=b28622f2c5b53ab7f39e28c2198805598ea06b282e42cdff15c057942d857e56" 50 + "sha512=45f4feda68751b64865b423e1589b3c99be6c1e16a6d4ad8def01817474f3be882b6b8a8b0df9cae77ce3856fedaea1dc487ba893615be82033c790fd4c65f84" 51 + ] 52 + } 53 + x-commit-hash: "1b597c31b79134babeb220718166e0b6f10d8c60"