Skip to content

Commit c5ec71e

Browse files
authored
Merge pull request #24092 from travisstaloch/opam-publish-combinaml.0.1
Package combinaml.0.1
2 parents eaa059a + cfc069d commit c5ec71e

File tree

1 file changed

+40
-0
lines changed
  • packages/combinaml/combinaml.0.1

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Simple, customizable, dependency free parser combinator library"
4+
description:
5+
"An angstrom clone with no dependencies designed to be simple and customizable"
6+
maintainer: ["Travis Staloch"]
7+
authors: ["Travis Staloch"]
8+
license: "MIT"
9+
tags: ["topics" "parser combinator"]
10+
homepage: "https://github.com/travisstaloch/combinaml"
11+
bug-reports: "https://github.com/travisstaloch/combinaml/issues"
12+
depends: [
13+
"ocaml" {>= "4.08"}
14+
"dune" {>= "3.8"}
15+
"ppx_expect"
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/travisstaloch/combinaml.git"
33+
url {
34+
src:
35+
"https://github.com/travisstaloch/combinaml/archive/refs/tags/0.1.tar.gz"
36+
checksum: [
37+
"md5=610ac827bba47d42b01999838834a62c"
38+
"sha512=be88187bcd3720a75466cba146f8073d31b38e918e7b5fde91fdbc24f934361364f95b06adccd655e70cb23b8b4defdb19448aa766fa0790c9e3941bfe728dda"
39+
]
40+
}

0 commit comments

Comments
 (0)