2021-04-22 12:57:50 +03:00
|
|
|
# This file is generated by dune, edit dune-project instead
|
|
|
|
opam-version: "2.0"
|
2022-03-07 21:35:56 +03:00
|
|
|
version: "0.6.0"
|
2021-04-22 12:57:50 +03:00
|
|
|
synopsis: "A collection of algorithms and computations defined by French law"
|
2022-02-24 16:05:37 +03:00
|
|
|
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"""
|
2021-04-22 12:57:50 +03:00
|
|
|
maintainer: ["contact@catala-lang.org"]
|
2022-02-25 16:59:56 +03:00
|
|
|
authors: ["Denis Merigoux"]
|
2021-04-22 12:57:50 +03:00
|
|
|
license: "Apache-2.0"
|
|
|
|
homepage: "https://github.com/CatalaLang/catala"
|
|
|
|
bug-reports: "https://github.com/CatalaLang/catala/issues"
|
|
|
|
depends: [
|
|
|
|
"dune" {>= "2.8"}
|
2021-11-07 13:00:46 +03:00
|
|
|
"ocaml" {>= "4.11.0"}
|
2022-01-12 20:52:17 +03:00
|
|
|
"catala" {= version}
|
|
|
|
"conf-npm" {dev}
|
2021-04-22 12:57:50 +03:00
|
|
|
"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"
|