Skip to content

Commit

Permalink
Merge pull request ocaml#22375 from alan-j-hu/release-oniguruma-0.1.2
Browse files Browse the repository at this point in the history
[new release] oniguruma (0.1.2)
  • Loading branch information
mseri authored Oct 27, 2022
2 parents 1e26643 + 7fd3281 commit 46f6ac7
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/oniguruma/oniguruma.0.1.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Bindings to the Oniguruma regular expression library"
description: "Bindings to the Oniguruma regular expression library."
maintainer: ["Alan Hu <[email protected]>"]
authors: ["Alan Hu <[email protected]>"]
license: "BSD-2-Clause"
tags: ["regex"]
homepage: "https://github.com/alan-j-hu/ocaml-oniguruma"
doc: "https://v3.ocaml.org/p/oniguruma/"
bug-reports: "https://github.com/alan-j-hu/ocaml-oniguruma/issues"
depends: [
"dune" {>= "2.7"}
"conf-oniguruma" {= "1"}
"ocaml" {>= "4.08"}
"dune-configurator" {>= "2.9" & build}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/alan-j-hu/ocaml-oniguruma.git"
url {
src:
"https://github.com/alan-j-hu/ocaml-oniguruma/releases/download/0.1.2/oniguruma-0.1.2.tbz"
checksum: [
"sha256=e3f63ffdda3cc3cf9f71a8169e8fb97690026dbd22ab7ce0a87891feb8058765"
"sha512=4d8561b50bf13a792d05d2ac775948ab6f913730202c40012aa1ac7caf5a2f2aba26f7e1dcb3f93528e2be79602fd26de62346bec7d8986d9c48efdb71f94409"
]
}
x-commit-hash: "288bea880ff0c059069d3ae1656cb93c97781446"

0 comments on commit 46f6ac7

Please sign in to comment.