opam-version: "2.0"
maintainer:   "meetup@yomimono.org"
homepage:     "https://github.com/yomimono/ocaml-certify"
dev-repo: "git+https://github.com/yomimono/ocaml-certify.git"
bug-reports:  "https://github.com/yomimono/ocaml-certify/issues"
authors: [
  "Mindy Preston"
]
tags: ["org:mirage"]

build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "nocrypto" {>= "0.5.4"}
  "x509" {>= "0.6.0" & < "0.7.0"}
  "cstruct" {>= "3.2.0"}
  "ptime"
  "cmdliner" {>= "1.0.0"}
  "conf-openssl" {with-test}
]
synopsis: "Utility for signing x509 certificates and creating CSRs."
url {
  src:
    "https://github.com/yomimono/ocaml-certify/releases/download/v0.2/certify-0.2.tbz"
  checksum: "md5=6d2faab47941a748af34eee056907a87"
}
