catala/catala.opam

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-09-04 11:32:33 +03:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
2020-04-17 14:02:15 +03:00
version: "0.1.1"
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.
"""
maintainer: ["denis.merigoux@inria.fr"]
authors: ["Denis Merigoux"]
license: "Apache2"
2020-04-16 18:47:35 +03:00
homepage: "https://gitlab.inria.fr/verifisc/catala"
bug-reports: "https://gitlab.inria.fr/verifisc/catala/issues"
2019-09-04 11:32:33 +03:00
depends: [
"ocaml" {>= "4.07.0"}
"ANSITerminal" {>= "0.8.2"}
"sedlex" {>= "2.1"}
2020-04-17 14:02:15 +03:00
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
2020-03-08 03:52:31 +03:00
"dune-build-info" {>= "2.0.1"}
"cmdliner" {>= "1.0.4"}
"re" {>= "1.9.0"}
2019-09-04 11:32:33 +03:00
"dune" {build}
2020-04-26 21:00:43 +03:00
"reason" {>= "3.6.0"}
"yojson" {>= "1.7.0"}
"cohttp-lwt-unix" {>= "2.5.1"}
"lwt" {>= "5.3.0"}
"cohttp" {>= "2.5.1"}
"tls" {>= "0.11.1"}
2019-09-04 11:32:33 +03:00
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
2020-04-16 18:47:35 +03:00
dev-repo: "git+https://gitlab.inria.fr/verifisc/catala.git"