diff --git a/packages/ssl-windows/ssl-windows.0.7.0/opam b/packages/ssl-windows/ssl-windows.0.7.0/opam new file mode 100644 index 00000000..189602ac --- /dev/null +++ b/packages/ssl-windows/ssl-windows.0.7.0/opam @@ -0,0 +1,38 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Bindings for OpenSSL" +maintainer: ["Antonio Monteiro "] +authors: ["Samuel Mimram "] +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +homepage: "https://github.com/savonet/ocaml-ssl" +bug-reports: "https://github.com/savonet/ocaml-ssl/issues" +depends: [ + "dune" {>= "2.7"} + "ocaml-windows" {>= "4.03.0"} + "dune-configurator" +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + "ssl" + "-x" + "windows" + "-j" + jobs + "@install" + ] +] +depexts: [ + ["openssl"] {os-distribution = "mxe"} +] +dev-repo: "git+https://github.com/melange-re/melange.git" +url { + src: "https://github.com/savonet/ocaml-ssl/archive/refs/tags/v0.7.0.tar.gz" + checksum: [ + "md5=73597f24c0bf088d2fae782b5b62e6d1" + "sha512=3fefa4a00f33b52b3601636c21ef79c586d31c92083deba1136d058ce94cd0601ac034d9bae01209f5f8effdfc78204770df869e3f3701700a22b4e61049c646" + ] +}