Skip to content

Commit 35220c6

Browse files
authored
Merge pull request #26315 from faber-1/release-parsite-v0.1.2
[new release] parsite (0.1.2)
2 parents a0154ed + 4794b61 commit 35220c6

File tree

1 file changed

+46
-0
lines changed
  • packages/parsite/parsite.0.1.2

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
opam-version: "2.0"
2+
synopsis: "A micro library for simple parsing combinators"
3+
description: "A micro library for simple parsing combinators"
4+
maintainer: ["faber-1"]
5+
authors: ["faber-1"]
6+
license: "MIT"
7+
tags: [
8+
"string"
9+
"ocaml"
10+
"functional-programming"
11+
"parsing-combinators"
12+
"parsing-library"
13+
]
14+
homepage: "https://github.com/faber-1/parsite"
15+
doc: "https://faber-1.github.io/parsite/"
16+
bug-reports: "https://github.com/faber-1/parsite/issues"
17+
depends: [
18+
"ocaml" {>= "4.07"}
19+
"dune" {>= "3.13"}
20+
"ounit2"
21+
"odoc"
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/faber-1/parsite.git"
38+
url {
39+
src:
40+
"https://github.com/faber-1/parsite/releases/download/v0.1.2/parsite-0.1.2.tbz"
41+
checksum: [
42+
"sha256=15f763e9d98014be41677913974ade7c1346bc5f8cae927b7fd24984c251879c"
43+
"sha512=9fabb389cc6f68fa8b106a9939d41651824693192a1feb67cfda034e9bb18dd6c7702a43da10943ff462f762b5178349894291596fc1e1384c9b4e161de1551d"
44+
]
45+
}
46+
x-commit-hash: "cdc542118dae33d9de6ef8e878a9c09f9aded44a"

0 commit comments

Comments
 (0)