this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27368 from vincent-botbol/opam-publish-catala-format.0.2.0

Package catala-format.0.2.0

authored by

Marcello Seri and committed by
GitHub
8c96475c eab2328a

+46
+46
packages/catala-format/catala-format.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "vincent.botbol@inria.fr" 3 + authors: [ "Vincent Botbol" ] 4 + 5 + homepage: "https://github.com/CatalaLang/catala-format" 6 + bug-reports: "https://github.com/CatalaLang/catala-format" 7 + dev-repo: "git+https://github.com/CatalaLang/catala-format.git" 8 + 9 + license: "Apache-2.0" 10 + depends: [ 11 + "ocaml" 12 + "dune" 13 + "cmdliner" 14 + "lwt" {with-test} 15 + "topiary" {= "0.5.1"} 16 + ] 17 + 18 + build:[ 19 + "dune" "build" 20 + "-p" name 21 + "-j" jobs 22 + "@catala-format" 23 + ] 24 + 25 + install: [ 26 + [ "cp" "_build/default/src/main.exe" "%{bin}%/catala-format" ] 27 + [ "mkdir" "-p" "%{topiary:share}%/queries" ] 28 + [ "cp" "catala.scm" "%{topiary:share}%/queries/" ] 29 + [ "mkdir" "-p" "%{topiary:share}%/configs" ] 30 + [ "cp" "catala.ncl" "%{topiary:share}%/configs/" ] 31 + ] 32 + 33 + synopsis: "A formatter for Catala based on the Topiary universal formatting engine" 34 + description: """ 35 + A formatter for Catala based on the Topiary universal formatting engine. 36 + 37 + Topiary repository: https://github.com/tweag/topiary 38 + """ 39 + url { 40 + src: 41 + "https://github.com/CatalaLang/catala-format/archive/refs/tags/catala-format.0.2.0.tar.gz" 42 + checksum: [ 43 + "md5=b52ef11c369657d2424ad5b5f99d7ff9" 44 + "sha512=f3bd400db9d3352bc4307729906f793604e67d65fc00d99c6ad61384b7dad301fb0b57619ae5a1b14eb2ef2d1aa52761796492300ae82c8ede4a74d237a5284e" 45 + ] 46 + }