File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 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 <
[email protected] >"]
5+ authors: ["Samuel Mimram <
[email protected] >"]
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+ }
You can’t perform that action at this time.
0 commit comments