From 4c337438b2bc875193b1ad57f2b5d33d0cbb2ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Fri, 11 Dec 2020 15:04:22 +0100 Subject: [PATCH] Add opam file --- cert_service.opam | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/cert_service.opam b/cert_service.opam index e69de29..d9aab65 100644 --- a/cert_service.opam +++ b/cert_service.opam @@ -0,0 +1,22 @@ +opam-version: "2.0" +maintainer: "Reynir Björnsson " +authors: ["Reynir Björnsson "] +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"