Skip to content

Commit 064e616

Browse files
authored
Merge pull request ocaml#23481 from AltGr/opam-publish-catala.0.8.0
Package catala.0.8.0
2 parents a296674 + f338e6c commit 064e616

File tree

1 file changed

+71
-0
lines changed
  • packages/catala/catala.0.8.0

1 file changed

+71
-0
lines changed

packages/catala/catala.0.8.0/opam

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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+
"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+
}

0 commit comments

Comments
 (0)