Skip to content

Commit

Permalink
Merge pull request ocaml#16167 from hannesm/release-letsencrypt-0.2.2
Browse files Browse the repository at this point in the history
[new release] letsencrypt (0.2.2)
  • Loading branch information
kit-ty-kate authored Apr 9, 2020
2 parents 0bb6409 + 615df6d commit 050e6b2
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions packages/letsencrypt/letsencrypt.0.2.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
opam-version: "2.0"
synopsis: "ACME implementation in OCaml"
description: "An implementation of the ACME protocol (RFC 8555) for OCaml"
maintainer: "Michele Mu <maker@tumbolandia.net>"
authors:
"Michele Mu <maker@tumbolandia.net>, Hannes Mehnert <hannes@mehnert.org>"
license: "BSD-2-clause"
homepage: "https://github.com/mmaker/ocaml-letsencrypt"
bug-reports: "https://github.com/mmaker/ocaml-letsencrypt/issues"
doc: "https://mmaker.github.io/ocaml-letsencrypt"
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.2.0"}
"astring"
"rresult"
"base64" {>= "3.1.0"}
"cmdliner"
"cohttp"
"cohttp-lwt" {>= "2.5.1"}
"cohttp-lwt-unix" {>= "1.0.0"}
"zarith"
"logs"
"fmt"
"lwt" {>= "2.6.0"}
"mirage-crypto"
"mirage-crypto-pk"
"mirage-crypto-rng"
"x509" {>= "0.11.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
"dns"
"dns-tsig"
"ptime"
"bos"
"fpath"
"randomconv"
"domain-name" {>= "0.2.0"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mmaker/ocaml-letsencrypt.git"
url {
src:
"https://github.com/mmaker/ocaml-letsencrypt/releases/download/v0.2.2/letsencrypt-v0.2.2.tbz"
checksum: [
"sha256=36be2e582bc04bb4a6583e7ed199b8c9c767632b25a20930de9c3a1e99a23539"
"sha512=a241886747e0090cd2433e6abce5a4b1a42ed948b7cdf056192b4ed247f3d53cbc6fd98bb3a18d229dff70e556bdf03f33bc605cec31e2028dfd505597db7f0e"
]
}

0 comments on commit 050e6b2

Please sign in to comment.