This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
32
unikernel/duniverse/ca-certs-nss/dune-project
Normal file
32
unikernel/duniverse/ca-certs-nss/dune-project
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
(lang dune 2.7)
|
||||
(name ca-certs-nss)
|
||||
(version v3.117)
|
||||
|
||||
(generate_opam_files true)
|
||||
(source (github mirage/ca-certs-nss))
|
||||
(documentation "https://mirage.github.io/ca-certs-nss/doc")
|
||||
(license ISC)
|
||||
(maintainers "Hannes Mehnert <hannes@mehnert.org>")
|
||||
(authors "Hannes Mehnert <hannes@mehnert.org>")
|
||||
|
||||
(package
|
||||
(name ca-certs-nss)
|
||||
(depends
|
||||
(mirage-ptime (>= 4.0.0))
|
||||
(x509 (>= 1.0.0))
|
||||
(ocaml (>= 4.13.0))
|
||||
(digestif (>= 1.2.0))
|
||||
(logs :build)
|
||||
(fmt (and :build (>= 0.8.7)))
|
||||
(bos :build)
|
||||
(cmdliner (and :build (>= 1.1.0)))
|
||||
(alcotest :with-test))
|
||||
(conflicts (result (< 1.5)))
|
||||
(synopsis "X.509 trust anchors extracted from Mozilla's NSS")
|
||||
(description
|
||||
"\> Trust anchors extracted from Mozilla's NSS certdata.txt package,
|
||||
"\> to be used in MirageOS unikernels.
|
||||
)
|
||||
; tags are not included before (lang dune 2.0)
|
||||
; so an opam template is necessary until then
|
||||
(tags (org:mirage)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue