Skip to content

Commit

Permalink
+ssl-windows.0.7.0 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Jul 13, 2023
1 parent 5b7ecfa commit c3e715b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/ssl-windows/ssl-windows.0.7.0/opam
Original file line number Diff line number Diff line change
@@ -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 <anmonteiro@gmail.com>"]
authors: ["Samuel Mimram <samuel.mimram@ens-lyon.org>"]
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"
]
}

0 comments on commit c3e715b

Please sign in to comment.