This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
46
unikernel/duniverse/ca-certs-nss/ca-certs-nss.opam
Normal file
46
unikernel/duniverse/ca-certs-nss/ca-certs-nss.opam
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
version: "3.117"
|
||||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
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.
|
||||
"""
|
||||
maintainer: ["Hannes Mehnert <hannes@mehnert.org>"]
|
||||
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
|
||||
license: "ISC"
|
||||
homepage: "https://github.com/mirage/ca-certs-nss"
|
||||
doc: "https://mirage.github.io/ca-certs-nss/doc"
|
||||
bug-reports: "https://github.com/mirage/ca-certs-nss/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"mirage-ptime" {>= "4.0.0"}
|
||||
"x509" {>= "1.0.0"}
|
||||
"ocaml" {>= "4.13.0"}
|
||||
"digestif" {>= "1.2.0"}
|
||||
"logs" {build}
|
||||
"fmt" {build & >= "0.8.7"}
|
||||
"bos" {build}
|
||||
"cmdliner" {build & >= "1.1.0"}
|
||||
"alcotest" {with-test}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
conflicts: [
|
||||
"result" {< "1.5"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo: "git+https://github.com/mirage/ca-certs-nss.git"
|
||||
tags: ["org:mirage"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue