Skip to content

Commit fd3dd02

Browse files
authored
Merge pull request #24102 from toots/opam-publish-ssl.0.7.0
Package ssl.0.7.0
2 parents 239652c + 2e2d561 commit fd3dd02

File tree

1 file changed

+39
-0
lines changed
  • packages/ssl/ssl.0.7.0

1 file changed

+39
-0
lines changed

packages/ssl/ssl.0.7.0/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for OpenSSL"
4+
maintainer: ["Antonio Monteiro <anmonteiro@gmail.com>"]
5+
authors: ["Samuel Mimram <samuel.mimram@ens-lyon.org>"]
6+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
7+
homepage: "https://github.com/savonet/ocaml-ssl"
8+
bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
9+
depends: [
10+
"dune" {>= "2.7"}
11+
"ocaml" {>= "4.03.0"}
12+
"dune-configurator"
13+
"conf-libssl"
14+
"alcotest" {with-test}
15+
"bisect_ppx" {dev & >= "2.5.0"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test & ocaml:version >= "4.08.0"}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/savonet/ocaml-ssl.git"
33+
url {
34+
src: "https://github.com/savonet/ocaml-ssl/archive/refs/tags/v0.7.0.tar.gz"
35+
checksum: [
36+
"md5=0ced13c2beef2135cd9d3a3743ea0e37"
37+
"sha512=969c4d64828449a49bdef26ca5f8faa72d2fe2a2304ccbf589a3ff097c2bf8ae9eb83ae1c90216f6b4d6f359e462ea47e0106a7386e26848d14910138fcb07f8"
38+
]
39+
}

0 commit comments

Comments
 (0)