25 lines
496 B
Plaintext
25 lines
496 B
Plaintext
opam-version: "2.0"
|
|
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
|
|
authors: ["Reynir Björnsson <reynir@reynir.dk>"]
|
|
license: "ISC"
|
|
|
|
depends: [
|
|
"ocaml"
|
|
"dune"
|
|
"extunix"
|
|
"x509"
|
|
"duration"
|
|
"ptime"
|
|
"asn1-combinators"
|
|
"lwt"
|
|
"bos"
|
|
"mirage-crypto-rng"
|
|
"alcotest" {with-test}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {pinned}
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
|
]
|
|
synopsis: "ACME-like certificate signing service for shell servers"
|