this repo has no description
0
fork

Configure Feed

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

Merge pull request #26851 from vincent-botbol/opam-publish-catala-format.0.1.0

Package catala-format.0.1.0

authored by

Shon Feder and committed by
GitHub
7e419bb0 f0b7c22e

+43
+43
packages/catala-format/catala-format.0.1.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.3.0"} 12 + ] 13 + 14 + build:[ 15 + [ "sh" "make-wrapper.sh" 16 + "--query-file" "%{share}%/topiary/queries/catala.scm" 17 + "--config-file" "%{share}%/topiary/configs/catala.ncl" 18 + "--topiary-wrapped" "%{bin}%/.topiary-wrapped/topiary" 19 + "--output-file" "catala-format" ] 20 + ] 21 + 22 + install: [ 23 + [ "cp" "catala-format" "%{bin}%/catala-format" ] 24 + [ "mkdir" "-p" "%{share}%/topiary/queries" ] 25 + [ "cp" "catala.scm" "%{share}%/topiary/queries" ] 26 + [ "mkdir" "-p" "%{share}%/topiary/configs" ] 27 + [ "cp" "catala.ncl" "%{share}%/topiary/configs" ] 28 + ] 29 + 30 + synopsis: "A formatter for Catala based on the Topiary universal formatting engine" 31 + description: """ 32 + A formatter for Catala based on the Topiary universal formatting engine. 33 + 34 + Topiary repository: https://github.com/tweag/topiary 35 + """ 36 + url { 37 + src: 38 + "https://github.com/CatalaLang/catala-format/archive/refs/tags/catala-format.0.1.0.tar.gz" 39 + checksum: [ 40 + "md5=69c85b554fcaf781b238175d705ed96a" 41 + "sha512=ab52a31158c55289f5b22abcd529e7589161977c8890f16826a2024b8cd4e9c91996752ea157a8388f13a75123eedb609530b2508710df7575ee6d79553753c9" 42 + ] 43 + }