this repo has no description
1opam-version: "2.0"
2maintainer: "vincent.botbol@inria.fr"
3authors: [ "Vincent Botbol" ]
4
5homepage: "https://github.com/CatalaLang/catala-format"
6bug-reports: "https://github.com/CatalaLang/catala-format"
7dev-repo: "git+https://github.com/CatalaLang/catala-format.git"
8
9license: "Apache-2.0"
10depends: [
11 "topiary" {>= "0.5.1"}
12]
13
14build:[
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
22install: [
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
30synopsis: "A formatter for Catala based on the Topiary universal formatting engine"
31description: """
32A formatter for Catala based on the Topiary universal formatting engine.
33
34Topiary repository: https://github.com/tweag/topiary
35"""
36url {
37 src:
38 "https://github.com/CatalaLang/catala-format/archive/refs/tags/catala-format.0.1.1.tar.gz"
39 checksum: [
40 "md5=ccd5058b4deb05364a530c37aee8bdbc"
41 "sha512=27ee1d7e95d6d5cba567fab5fc0450d1c6722033187ed538c252127925fb60098682edab1778fbeb806ae8259ed9e913daf8923ac7e4478f010acb17159a84f5"
42 ]
43}