this repo has no description
0
fork

Configure Feed

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

Package catala-format.0.2.0

vbot 2eb57a67 95944fff

+42
+42
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 + "topiary" {= "0.5.1"} 12 + ] 13 + 14 + build:[ 15 + "dune" "build" 16 + "-p" name 17 + "-j" jobs 18 + "@catala-format" 19 + ] 20 + 21 + install: [ 22 + [ "cp" "_build/default/src/main.exe" "%{bin}%/catala-format" ] 23 + [ "mkdir" "-p" "%{topiary:share}%/queries" ] 24 + [ "cp" "catala.scm" "%{topiary:share}%/queries/" ] 25 + [ "mkdir" "-p" "%{topiary:share}%/configs" ] 26 + [ "cp" "catala.ncl" "%{topiary:share}%/configs/" ] 27 + ] 28 + 29 + synopsis: "A formatter for Catala based on the Topiary universal formatting engine" 30 + description: """ 31 + A formatter for Catala based on the Topiary universal formatting engine. 32 + 33 + Topiary repository: https://github.com/tweag/topiary 34 + """ 35 + url { 36 + src: 37 + "https://github.com/CatalaLang/catala-format/archive/refs/tags/catala-format.0.2.0.tar.gz" 38 + checksum: [ 39 + "md5=b52ef11c369657d2424ad5b5f99d7ff9" 40 + "sha512=f3bd400db9d3352bc4307729906f793604e67d65fc00d99c6ad61384b7dad301fb0b57619ae5a1b14eb2ef2d1aa52761796492300ae82c8ede4a74d237a5284e" 41 + ] 42 + }