mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
32 lines
869 B
Plaintext
32 lines
869 B
Plaintext
opam-version: "2.0"
|
|
version: "0.7.0"
|
|
synopsis: "A collection of algorithms and computations defined by French law"
|
|
description:
|
|
"This library contains the implementations of algorithmic portions of French law. The library source code was generated from Catala annotations of the relevant portions of the French law, see https://catala-lang.org"
|
|
maintainer: ["contact@catala-lang.org"]
|
|
authors: ["Denis Merigoux"]
|
|
license: "Apache-2.0"
|
|
homepage: "https://github.com/CatalaLang/catala"
|
|
bug-reports: "https://github.com/CatalaLang/catala/issues"
|
|
depends: [
|
|
"dune" {>= "2.8"}
|
|
"ocaml" {>= "4.11.0"}
|
|
"catala" {= version}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://github.com/CatalaLang/catala.git"
|