this repo has no description
0
fork

Configure Feed

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

Merge pull request #27366 from hannesm/release-ca-certs-nss-v3.108

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

authored by

Marcello Seri and committed by
GitHub
95944fff 0772815d

+53
+53
packages/ca-certs-nss/ca-certs-nss.3.108/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-clock" {>= "3.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/ca-certs-nss-3.108.tbz" 48 + checksum: [ 49 + "sha256=9911e3d2f9d60cfc82c726b72b5ab1444905ede55a73c2d163a80e2497731533" 50 + "sha512=dab3d881e53678a6c98e097386e7014c718d2f04caca1b6d4714e920db77d852cc68942e5b56144091611a5dc0036c25ebe1c8db6c6d02ffc96c23ac2c1479e1" 51 + ] 52 + } 53 + x-commit-hash: "8439b2d3e690e3d2991b6231fc259ea3daccec99"