File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
packages/ledes/ledes.0.1.0 Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Legal Electronic Data Exchange Standard"
3+ description: "Legal Electronic Data Exchange Standard"
4+ maintainer: ["Geoffrey Borough <
[email protected] >"]
5+ authors: ["Geoffrey Borough <
[email protected] >"]
6+ license: "MIT"
7+ tags: ["parser" "legal"]
8+ homepage: "https://github.com/lexitree-labs/LEDES"
9+ doc: "https://lexitree-labs.github.io/LEDES/LEDES"
10+ bug-reports: "https://github.com/lexitree-labs/LEDES/issues"
11+ depends: [
12+ "dune" {>= "3.18"}
13+ "ocaml" {>= "4.08.0"}
14+ "cmdliner" {>= "1.2.0"}
15+ "angstrom" {>= "0.16.0"}
16+ "ptime"
17+ "re" {>= "1.7.2"}
18+ "ppx_expect" {with-test}
19+ "odoc" {with-doc}
20+ ]
21+ build: [
22+ ["dune" "subst"] {dev}
23+ [
24+ "dune"
25+ "build"
26+ "-p"
27+ name
28+ "-j"
29+ jobs
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ]
35+ dev-repo: "git+https://github.com/lexitree-labs/LEDES.git"
36+ x-maintenance-intent: ["(latest)"]
37+ url {
38+ src:
39+ "https://github.com/Lexitree-Labs/LEDES/releases/download/0.1.0/ledes-0.1.0.tbz"
40+ checksum: [
41+ "sha256=0687b2c6627d3e5a530e2e96c83dc1ffe402cc5ce9faed0c401a5a82c9917034"
42+ "sha512=bf6463929f4aaea10bf073e7391c36b4bc96c4b758116e4de9a43a50b4a55609bb5a00d6d3913a5b4973589571db2b4ed208033dc3bb321983478a411ab274e2"
43+ ]
44+ }
45+ x-commit-hash: "823594fecf42e4ef581f213840904c193bee62c5"
You can’t perform that action at this time.
0 commit comments