Skip to content

Commit

Permalink
Update opam file to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Oct 25, 2018
1 parent 470fcf5 commit a95e659
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion descr

This file was deleted.

9 changes: 5 additions & 4 deletions ssl.opam
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
opam-version: "1.2"
opam-version: "2.0"
name: "ssl"
version: "0.5.7"
maintainer: "Christopher Zimmermann <[email protected]>"
author: "Samuel Mimram <[email protected]>"
homepage: "https://github.com/savonet/ocaml-ssl"
dev-repo: "https://github.com/savonet/ocaml-ssl.git"
dev-repo: "git+https://github.com/savonet/ocaml-ssl.git"
bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.02.0"}
"dune" {build & >= "1.2.1"}
"base-unix"
"conf-openssl"
]
available: [ocaml-version >= "4.02.0"]
synopsis: "Bindings for OpenSSL"
authors: "Samuel Mimram <[email protected]>"

0 comments on commit a95e659

Please sign in to comment.