forked from ocaml-cross/opam-cross-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+pcre-windows.7.5.0 (ocaml-cross#242)
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |