46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
|
|
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"]
|