Add opam file
This commit is contained in:
parent
7e90eb12bc
commit
4c337438b2
|
@ -0,0 +1,22 @@
|
|||
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"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {pinned}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
]
|
||||
synopsis: "ACME-like certificate signing service for shell servers"
|
Loading…
Reference in a new issue