Skip to content

Commit

Permalink
+pcre-windows.7.5.0 (ocaml-cross#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Jun 20, 2022
1 parent 07e6753 commit cb42399
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/pcre-windows/pcre-windows.7.5.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings to the Perl Compatibility Regular Expressions library"
description: """
pcre-ocaml offers library functions for string pattern matching and
substitution, similar to the functionality offered by the Perl language."""
maintainer: ["Markus Mottl <markus.mottl@gmail.com>"]
authors: ["Markus Mottl <markus.mottl@gmail.com>"]
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://mmottl.github.io/pcre-ocaml"
doc: "https://mmottl.github.io/pcre-ocaml/api"
bug-reports: "https://github.com/mmottl/pcre-ocaml/issues"
depends: [
"dune" {>= "2.7"}
"ocaml-windows" {>= "4.12"}
"dune-configurator"
]
build: [
[
"dune"
"build"
"-p"
"pcre"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
depexts: [
["pcre"] {os-distribution = "mxe"}
]
dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git"
url {
src:
"https://github.com/mmottl/pcre-ocaml/releases/download/7.5.0/pcre-7.5.0.tbz"
checksum: [
"sha256=671142f40b6d86171cbc067253faadf903019161d57488bd0fb6c5456c2cbd1a"
"sha512=be60f13ddb6bbfe20e30ca5d92434d85e1d1371479e1e2c725588af83fcc9366ed0435021b6a800c20336ac521f2134c767420136438684656a44ac1f9924be4"
]
}

0 comments on commit cb42399

Please sign in to comment.