docs: update authors fields

This commit is contained in:
Emile Rolley 2022-02-25 14:59:56 +01:00
parent bc7160d009
commit 73576548c6
5 changed files with 20 additions and 4 deletions

View File

@ -102,6 +102,7 @@ let info =
("run", "Runs the Catala interpreter on a given scope of a given file. See the `-s` option.");
`S Manpage.s_authors;
`P "Denis Merigoux <denis.merigoux@inria.fr>";
`P "Emile Rolley <emile.rolley@tuta.io>";
`S Manpage.s_examples;
`P "Typical usage:";
`Pre "clerk test file.catala_en";

View File

@ -8,7 +8,14 @@ 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, Nicolas Chataing, Emile Rolley"]
authors: [
"Denis Merigoux"
"Nicolas Chataing"
"Emile Rolley"
"Louis Gesbert"
"Aymeric Fromherz"
"Alain Delaët-Tixeuil"
]
license: "Apache-2.0"
homepage: "https://github.com/CatalaLang/catala"
bug-reports: "https://github.com/CatalaLang/catala/issues"

View File

@ -15,7 +15,13 @@
(bug_reports https://github.com/CatalaLang/catala/issues)
(authors "Denis Merigoux, Nicolas Chataing, Emile Rolley")
(authors
"Denis Merigoux"
"Nicolas Chataing"
"Emile Rolley"
"Louis Gesbert"
"Aymeric Fromherz"
"Alain Delaët-Tixeuil")
(maintainers "contact@catala-lang.org")
@ -74,6 +80,7 @@
(package
(name french_law)
(authors "Denis Merigoux")
(synopsis
"A collection of algorithms and computations defined by French law")
(description
@ -89,6 +96,7 @@
(package
(name ninja_utils)
(authors "Emile Rolley")
(synopsis
"A collection of utility functions used to generate Ninja build files")
(description

View File

@ -7,7 +7,7 @@ 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, Nicolas Chataing, Emile Rolley"]
authors: ["Denis Merigoux"]
license: "Apache-2.0"
homepage: "https://github.com/CatalaLang/catala"
bug-reports: "https://github.com/CatalaLang/catala/issues"

View File

@ -9,7 +9,7 @@ This library contains the implementations of utility functions used to
used by the Catala build system (see
https://github.com/CatalaLang/catala/tree/master/build_system)"""
maintainer: ["contact@catala-lang.org"]
authors: ["Denis Merigoux, Nicolas Chataing, Emile Rolley"]
authors: ["Emile Rolley"]
license: "Apache-2.0"
homepage: "https://github.com/CatalaLang/catala"
bug-reports: "https://github.com/CatalaLang/catala/issues"