this repo has no description
0
fork

Configure Feed

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

Merge pull request #26057 from hannesm/release-ca-certs-nss-v3.101

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

authored by

Marcello Seri and committed by
GitHub
651b4333 601dcd14

+53
+53
packages/ca-certs-nss/ca-certs-nss.3.101/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-crypto" 16 + "mirage-clock" {>= "3.0.0"} 17 + "x509" {>= "0.15.0"} 18 + "ocaml" {>= "4.08.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.101/ca-certs-nss-3.101.tbz" 48 + checksum: [ 49 + "sha256=5c4df6d353f925758c44b842c006bacf030713066383739120a8a2eed9b1fe12" 50 + "sha512=fd9f569ac57389cf972c987fd54c902f915cff7dbf2bb7754145f9c7053da25e9fff304b7f23fecedcacf6a75768a0580851c0f6196d0e739ae60aa67778a8e6" 51 + ] 52 + } 53 + x-commit-hash: "3cd48cca676dbf1899db72dabb57a8dad4fa2ff0"