File tree Expand file tree Collapse file tree 1 file changed +71
-0
lines changed
packages/catala/catala.0.8.0 Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis:
3+ "Compiler and library for the literate programming language for tax code specification"
4+ description:
5+ "Catala is a domain-specific language for deriving faithful-by-construction algorithms from legislative texts. See https://catala-lang.org for more information"
6+ 7+ authors: [
8+ "Denis Merigoux"
9+ "Nicolas Chataing"
10+ "Emile Rolley"
11+ "Louis Gesbert"
12+ "Aymeric Fromherz"
13+ "Alain Delaët-Tixeuil"
14+ "Raphaël Monat"
15+ ]
16+ license: "Apache-2.0"
17+ homepage: "https://github.com/CatalaLang/catala"
18+ bug-reports: "https://github.com/CatalaLang/catala/issues"
19+ depends: [
20+ "ANSITerminal" {>= "0.8.2"}
21+ "benchmark" {>= "1.6"}
22+ "bindlib" {>= "5.0.1"}
23+ "cmdliner" {>= "1.1.0"}
24+ "cppo" {>= "1"}
25+ "dates_calc" {>= "0.0.4"}
26+ "dune" {>= "3.0"}
27+ "js_of_ocaml-ppx" {>= "4.0.0"}
28+ "menhir" {>= "20200211"}
29+ "menhirLib" {>= "20200211"}
30+ "ocaml" {>= "4.14.0"}
31+ "ocamlfind" {!= "1.9.5"}
32+ "ocamlgraph" {>= "1.8.8"}
33+ "ppx_yojson_conv" {>= "0.14.0"}
34+ "re" {>= "1.10.0"}
35+ "sedlex" {>= "2.4"}
36+ "uutf" {>= "1.0.3"}
37+ "ubase" {>= "0.05"}
38+ "unionFind" {>= "20220109"}
39+ "visitors" {>= "20200210"}
40+ "zarith" {>= "1.12"}
41+ "zarith_stubs_js" {>= "v0.14.1"}
42+ "alcotest" {with-test & >= "1.5.0"}
43+ "odoc" {with-doc}
44+ ]
45+ depopts: ["z3"]
46+ conflicts: [
47+ "z3" {< "4.8.11"}
48+ "ocaml-option-bytecode-only"
49+ ]
50+ build: [
51+ ["dune" "subst"] {dev}
52+ [
53+ "dune"
54+ "build"
55+ "-p"
56+ name
57+ "-j"
58+ jobs
59+ "@install"
60+ "@runtest" {with-test}
61+ "@doc" {with-doc}
62+ ]
63+ ]
64+ dev-repo: "git+https://github.com/CatalaLang/catala.git"
65+ url {
66+ src: "https://github.com/CatalaLang/catala/archive/0.8.0.tar.gz"
67+ checksum: [
68+ "md5=1408a1cce45c7d5990b981e83e7589c2"
69+ "sha512=eb3b923aa1f743378b4a05e30f50be5d180dc862a716270d747a90e469017f42fa5fc41352f02fbbf59cd2560f91c4f1b32cf38d80085b105d9387b0aed2039d"
70+ ]
71+ }
You can’t perform that action at this time.
0 commit comments