File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-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 <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
+ "ocaml" {with_test & >= "4.08.0"}
13
+ "dune-configurator"
14
+ "conf-libssl"
15
+ "alcotest" {with-test}
16
+ "bisect_ppx" {dev & >= "2.5.0"}
17
+ "odoc" {with-doc}
18
+ ]
19
+ build: [
20
+ ["dune" "subst"] {dev}
21
+ [
22
+ "dune"
23
+ "build"
24
+ "-p"
25
+ name
26
+ "-j"
27
+ jobs
28
+ "@install"
29
+ "@runtest" {with-test}
30
+ "@doc" {with-doc}
31
+ ]
32
+ ]
33
+ dev-repo: "git+https://github.com/melange-re/melange.git"
34
+ url {
35
+ src: "https://github.com/savonet/ocaml-ssl/archive/refs/tags/v0.7.0.tar.gz"
36
+ checksum: [
37
+ "md5=0ced13c2beef2135cd9d3a3743ea0e37"
38
+ "sha512=969c4d64828449a49bdef26ca5f8faa72d2fe2a2304ccbf589a3ff097c2bf8ae9eb83ae1c90216f6b4d6f359e462ea47e0106a7386e26848d14910138fcb07f8"
39
+ ]
40
+ }
You can’t perform that action at this time.
0 commit comments