catala/legifrance_catala.opam

43 lines
994 B
Plaintext
Raw Normal View History

2020-05-23 00:02:48 +03:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.1"
synopsis:
"Interaction tool between French Catala programs and the LegiFrance API"
maintainer: ["denis.merigoux@inria.fr"]
authors: ["Denis Merigoux"]
license: "Apache2"
homepage: "https://github.com/CatalaLang/catala"
bug-reports: "https://github.com/CatalaLang/catala/issues"
depends: [
"ocaml" {>= "4.07.0"}
"ANSITerminal" {>= "0.8.2"}
"sedlex" {>= "2.1"}
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"dune-build-info" {>= "2.0.1"}
"cmdliner" {>= "1.0.4"}
"re" {>= "1.9.0"}
"dune" {build}
"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"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/CatalaLang/catala.git"