Skip to content

Commit

Permalink
dune, opam: adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jul 19, 2021
1 parent b819479 commit eef905d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions letsencrypt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ depends: [
"base64" {>= "3.1.0"}
"logs"
"fmt"
"uri"
"lwt" {>= "2.6.0"}
"mirage-crypto"
"mirage-crypto-pk"
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
(library
(name letsencrypt)
(public_name letsencrypt)
(libraries logs yojson lwt base64 mirage-crypto mirage-crypto-pk asn1-combinators x509 uri dns dns-tsig rresult astring))
(libraries logs yojson lwt base64 mirage-crypto mirage-crypto-pk asn1-combinators x509 uri rresult astring))

0 comments on commit eef905d

Please sign in to comment.