Skip to content

Commit 74f3883

Browse files
authored
Merge pull request #28727 from nikochiko/opam-publish-huml.v0.1.1
2 packages from huml-lang/huml-ml at 0.1.1
2 parents 3e722ba + 6b35c54 commit 74f3883

File tree

2 files changed

+79
-0
lines changed
  • packages
    • huml-cli/huml-cli.0.1.1
    • huml/huml.0.1.1

2 files changed

+79
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Command line interface for Huml parser"
4+
description: "Command line interface for Huml parser"
5+
maintainer: ["Kaustubh M <[email protected]>"]
6+
authors: ["Kaustubh M <[email protected]>"]
7+
license: "MIT"
8+
homepage: "https://github.com/nikochiko/huml-ml"
9+
doc: "https://github.com/nikochiko/huml-ml"
10+
bug-reports: "https://github.com/nikochiko/huml-ml/issues"
11+
depends: [
12+
"dune" {>= "3.18"}
13+
"ocaml"
14+
"huml" {= version}
15+
"yojson"
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/nikochiko/huml-ml.git"
33+
x-maintenance-intent: ["(latest)"]
34+
url {
35+
src: "https://github.com/huml-lang/huml-ml/releases/download/0.1.1/huml-0.1.1.tar.gz"
36+
checksum: [
37+
"sha512=3d5976d8a6c9d61fc269a083663614f7d4380f5bfd2709cfa4f1c162093e1e4ac40507ba67a60133633722624b92c1352a24f5b462b5eee5686c9ed066531cdb"
38+
]
39+
}

packages/huml/huml.0.1.1/opam

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: "OCaml parser for the Huml markup language"
4+
description: "OCaml parser for the Huml markup language"
5+
maintainer: ["Kaustubh M <[email protected]>"]
6+
authors: ["Kaustubh M <[email protected]>"]
7+
license: "MIT"
8+
homepage: "https://github.com/nikochiko/huml-ml"
9+
doc: "https://github.com/nikochiko/huml-ml"
10+
bug-reports: "https://github.com/nikochiko/huml-ml/issues"
11+
depends: [
12+
"dune" {>= "3.18"}
13+
"ocaml"
14+
"menhir" {>= "20180523"}
15+
"alcotest" {with-test}
16+
"yojson" {with-test}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/nikochiko/huml-ml.git"
34+
x-maintenance-intent: ["(latest)"]
35+
url {
36+
src: "https://github.com/huml-lang/huml-ml/releases/download/0.1.1/huml-0.1.1.tar.gz"
37+
checksum: [
38+
"sha512=3d5976d8a6c9d61fc269a083663614f7d4380f5bfd2709cfa4f1c162093e1e4ac40507ba67a60133633722624b92c1352a24f5b462b5eee5686c9ed066531cdb"
39+
]
40+
}

0 commit comments

Comments
 (0)