this repo has no description
1opam-version: "2.0"
2maintainer: "meetup@yomimono.org"
3homepage: "https://github.com/yomimono/ocaml-certify"
4dev-repo: "git+https://github.com/yomimono/ocaml-certify.git"
5bug-reports: "https://github.com/yomimono/ocaml-certify/issues"
6authors: [
7 "Mindy Preston"
8]
9tags: ["org:mirage"]
10
11build: [
12 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
13]
14depends: [
15 "ocaml" {>= "4.01.0"}
16 "ocamlfind" {build}
17 "ocamlbuild" {build}
18 "topkg" {build}
19 "nocrypto" {>= "0.5.4"}
20 "x509" {>= "0.6.0" & < "0.7.0"}
21 "cstruct" {>= "3.2.0"}
22 "ptime"
23 "cmdliner" {>= "1.0.0" & < "1.1.0"}
24 "conf-openssl" {with-test}
25]
26synopsis: "Utility for signing x509 certificates and creating CSRs."
27url {
28 src:
29 "https://github.com/yomimono/ocaml-certify/releases/download/v0.2/certify-0.2.tbz"
30 checksum: [
31 "sha256=8543530d09edcdf4a372ea18195c61ceb0de06195002e55f03fdf934acc0cc57"
32 "md5=6d2faab47941a748af34eee056907a87"
33 ]
34}