2019-09-04 11:32:33 +03:00
|
|
|
# This file is generated by dune, edit dune-project instead
|
|
|
|
opam-version: "2.0"
|
2020-12-18 15:13:51 +03:00
|
|
|
version: "0.2.0"
|
2019-09-04 11:32:33 +03:00
|
|
|
synopsis: "Low-level language for tax code specification"
|
|
|
|
description: """
|
2020-04-16 18:47:35 +03:00
|
|
|
The Catala language is designed to be a low-level target for
|
2019-09-04 11:32:33 +03:00
|
|
|
higher-level specification languages for fiscal legislation.
|
|
|
|
"""
|
2020-12-14 12:59:15 +03:00
|
|
|
maintainer: ["contact@catala-lang.org"]
|
2020-03-09 21:14:06 +03:00
|
|
|
authors: ["Denis Merigoux"]
|
|
|
|
license: "Apache2"
|
2020-04-28 16:08:12 +03:00
|
|
|
homepage: "https://github.com/CatalaLang/catala"
|
|
|
|
bug-reports: "https://github.com/CatalaLang/catala/issues"
|
2019-09-04 11:32:33 +03:00
|
|
|
depends: [
|
2020-12-22 20:53:44 +03:00
|
|
|
"ocaml" {>= "4.08.0"}
|
2020-03-08 02:21:55 +03:00
|
|
|
"ANSITerminal" {>= "0.8.2"}
|
|
|
|
"sedlex" {>= "2.1"}
|
2020-04-17 14:02:15 +03:00
|
|
|
"menhir" {>= "20200211"}
|
2020-03-08 02:21:55 +03:00
|
|
|
"menhirLib" {>= "20200211"}
|
2020-12-21 18:52:17 +03:00
|
|
|
"unionFind" {>= "20200320"}
|
2020-12-14 12:59:15 +03:00
|
|
|
"bindlib" {>= "5.0.1"}
|
2020-03-09 21:14:06 +03:00
|
|
|
"cmdliner" {>= "1.0.4"}
|
|
|
|
"re" {>= "1.9.0"}
|
2020-12-14 12:59:15 +03:00
|
|
|
"zarith" {>= "1.10"}
|
2020-12-21 20:15:53 +03:00
|
|
|
"zarith_stubs_js" {>= "0.14.0"}
|
2020-12-22 20:53:44 +03:00
|
|
|
"dune" {>= "2.2"}
|
2020-08-03 19:07:09 +03:00
|
|
|
"ocamlgraph" {>= "1.8.8"}
|
2020-12-14 12:59:15 +03:00
|
|
|
"odate" {>= "0.6"}
|
2019-09-04 11:32:33 +03:00
|
|
|
]
|
2020-03-09 21:14:06 +03:00
|
|
|
build: [
|
|
|
|
["dune" "subst"] {pinned}
|
|
|
|
[
|
|
|
|
"dune"
|
|
|
|
"build"
|
|
|
|
"-p"
|
|
|
|
name
|
|
|
|
"-j"
|
|
|
|
jobs
|
|
|
|
"@install"
|
|
|
|
"@runtest" {with-test}
|
|
|
|
"@doc" {with-doc}
|
|
|
|
]
|
|
|
|
]
|
2020-04-28 16:08:12 +03:00
|
|
|
dev-repo: "git+https://github.com/CatalaLang/catala.git"
|