File tree Expand file tree Collapse file tree 2 files changed +79
-0
lines changed Expand file tree Collapse file tree 2 files changed +79
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments