Skip to content

Commit

Permalink
Merge pull request #217 from CatalaLang/fix_0_6_0release
Browse files Browse the repository at this point in the history
Fix dune build -p catala @runtest
  • Loading branch information
denismerigoux authored Mar 8, 2022
2 parents c0fd875 + c5d6314 commit 367dd98
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
3 changes: 2 additions & 1 deletion build_system/tests/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(tests
(names test_clerk_driver)
(libraries alcotest clerk.driver ninja_utils catala.utils))
(libraries alcotest clerk.driver ninja_utils catala.utils)
(package clerk))
5 changes: 2 additions & 3 deletions catala.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ opam-version: "2.0"
version: "0.6.0"
synopsis:
"Compiler and library for the literate programming language for tax code specification"
description: """
Catala is a domain-specific language for deriving faithful-by-construction algorithms from legislative texts. See https://catala-lang.org for more information
"""
description:
"Catala is a domain-specific language for deriving faithful-by-construction algorithms from legislative texts. See https://catala-lang.org for more information"
maintainer: ["contact@catala-lang.org"]
authors: [
"Denis Merigoux"
Expand Down
1 change: 1 addition & 0 deletions clerk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"ANSITerminal" {>= "0.8.2"}
"alcotest" {with-test & >= "1.5.0"}
"catala" {= version}
"ninja_utils" {= version}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
:with-test
(>= 1.5.0)))
(catala
(= :version))
(ninja_utils
(= :version))))

(package
Expand Down
5 changes: 2 additions & 3 deletions french_law.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
opam-version: "2.0"
version: "0.6.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"""
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"
Expand Down
6 changes: 2 additions & 4 deletions ninja_utils.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ opam-version: "2.0"
version: "0.6.0"
synopsis:
"A collection of utility functions used to generate Ninja build files"
description: """
This library contains the implementations of utility functions used to generate Ninja build files -- see https://ninja-build.org. It's currently
used by the Catala build system (see
https://github.com/CatalaLang/catala/tree/master/build_system)"""
description:
"This library contains the implementations of utility functions used to generate Ninja build files -- see https://ninja-build.org. It's currently used by the Catala build system (see https://github.com/CatalaLang/catala/tree/master/build_system)"
maintainer: ["contact@catala-lang.org"]
authors: ["Emile Rolley"]
license: "Apache-2.0"
Expand Down

0 comments on commit 367dd98

Please sign in to comment.