this repo has no description

Merge pull request #24219 from toodom02/release-ocamlregextkit-v0.2.0

[new release] ocamlregextkit (0.2.0)

Changed files
+49
packages
ocamlregextkit
ocamlregextkit.0.2.0
+49
packages/ocamlregextkit/ocamlregextkit.0.2.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "A regular expression toolkit for OCaml"
+
description:
+
"Provides data structures and algorithms for Regular Expressions, Deterministic Finite Automata, and Non-Deterministic Finite Automata"
+
maintainer: ["Dominic Too"]
+
authors: ["Dominic Too"]
+
license: "GPL-3.0-or-later"
+
tags: [
+
"automata"
+
"regular expressions"
+
"regular languages"
+
"regex"
+
"library"
+
"DFA"
+
"NFA"
+
"RE"
+
]
+
homepage: "https://github.com/toodom02/ocamlregextkit"
+
doc: "https://toodom02.github.io/ocamlregextkit/"
+
bug-reports: "https://github.com/toodom02/ocamlregextkit/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.4"}
+
"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/toodom02/ocamlregextkit.git"
+
url {
+
src:
+
"https://github.com/toodom02/ocamlregextkit/releases/download/v0.2.0/ocamlregextkit-0.2.0.tbz"
+
checksum: [
+
"sha256=6747cd6898803b73988f0d5fb71945e2196744c6ac87f4f5987e0bd192d2397e"
+
"sha512=e3904d2171ef09e6fb64665dc6752e8d70c4ef0d6fd8a360aae3006dc6df6ec90893cbb5f1a7aa15f4d2731f61a06fbdcc8f64ceadd677b26fb54b8d9a7d8ea9"
+
]
+
}
+
x-commit-hash: "1ba07bbd331a11b9cd78a45e8df98d41c7437ff4"