Skip to content

Commit 5f4fdc0

Browse files
authored
Merge pull request #28564 from AltGr/opam-publish-catala.1.0.0-alpha
Package catala.1.0.0~alpha
2 parents 3f21ebe + 321df16 commit 5f4fdc0

File tree

1 file changed

+86
-0
lines changed
  • packages/catala/catala.1.0.0~alpha

1 file changed

+86
-0
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
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+
maintainer: "[email protected]"
7+
authors: [
8+
"Vincent Botbol"
9+
"Nicolas Chataing"
10+
"Alain Delaët-Tixeuil"
11+
"Louis Gesbert"
12+
"Aymeric Fromherz"
13+
"Denis Merigoux"
14+
"Raphaël Monat"
15+
"Romain Primet"
16+
"Emile Rolley"
17+
]
18+
license: "Apache-2.0"
19+
homepage: "https://github.com/CatalaLang/catala"
20+
bug-reports: "https://github.com/CatalaLang/catala/issues"
21+
depends: [
22+
"ocolor" {>= "1.3.0"}
23+
"bindlib" {>= "6.0"}
24+
"cmdliner" {>= "1.1.0"}
25+
"cppo" {>= "1"}
26+
"dates_calc" {>= "0.0.7"}
27+
"dune" {>= "3.13"}
28+
"js_of_ocaml-ppx" {= "4.1.0"}
29+
"menhir" {>= "20200211"}
30+
"menhirLib" {>= "20200211"}
31+
"ocaml" {>= "4.14.0"}
32+
"ocamlfind" {!= "1.9.5"}
33+
"ocamlgraph" {>= "1.8.8"}
34+
"re" {>= "1.11"}
35+
"sedlex" {>= "3.2"}
36+
"uucp" {>= "10"}
37+
"ubase" {>= "0.05"}
38+
"zarith" {>= "1.12"}
39+
"zarith_stubs_js" {>= "v0.14.1"}
40+
"yojson" {>= "2.1.0"}
41+
"crunch" {>= "3.0.0"}
42+
"alcotest" {>= "1.5.0"}
43+
"ninja_utils" {= "0.9.0"}
44+
"odoc" {with-doc}
45+
"ocamlformat" {cataladevmode & = "0.26.0"}
46+
"obelisk" {cataladevmode}
47+
"conf-npm" {cataladevmode}
48+
"conf-python-3-dev" {cataladevmode}
49+
"conf-openjdk" {cataladevmode}
50+
"cpdf" {cataladevmode}
51+
"conf-pandoc" {cataladevmode}
52+
"z3" {catalaz3mode}
53+
"conf-ninja"
54+
"otoml" {>= "1.0"}
55+
]
56+
depopts: ["z3"]
57+
conflicts: [
58+
"z3" {< "4.8.11"}
59+
"base" {>= "v0.16.0"}
60+
]
61+
build: [
62+
"dune"
63+
"build"
64+
"-p"
65+
name
66+
"-j"
67+
jobs
68+
"@install"
69+
"@runtest" {with-test}
70+
"@doc" {with-doc}
71+
]
72+
depexts: [
73+
["groff"] {with-doc}
74+
["python3-pip"] {cataladevmode & os-family = "debian"}
75+
["py3-pip" "py3-pygments"] {cataladevmode & os-distribution = "alpine"}
76+
["python-pygments"] {cataladevmode & os-family = "arch"}
77+
]
78+
dev-repo: "git+https://github.com/CatalaLang/catala"
79+
url {
80+
src:
81+
"https://github.com/CatalaLang/catala/archive/refs/tags/1.0.0-alpha.tar.gz"
82+
checksum: [
83+
"md5=2615968670ac21b1d00386a9b04b3843"
84+
"sha512=eff292fdd75012f26ce7b17020f5a8374eef37cd4dd6ba60338dfbe89fbcad3443d1b409e44c182b740da9f58dff7e76dcb8ddefe47f9b2b160666d1c6930143"
85+
]
86+
}

0 commit comments

Comments
 (0)