this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings for OpenSSL" 4maintainer: ["Antonio Monteiro <anmonteiro@gmail.com>"] 5authors: ["Samuel Mimram <samuel.mimram@ens-lyon.org>"] 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7homepage: "https://github.com/savonet/ocaml-ssl" 8bug-reports: "https://github.com/savonet/ocaml-ssl/issues" 9depends: [ 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] 18build: [ 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] 32dev-repo: "git+https://github.com/savonet/ocaml-ssl.git" 33url { 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}