Skip to content

Commit faef121

Browse files
Merge pull request #27872 from vincent-botbol/opam-publish-catala-format.0.3.0
Package catala-format.0.3.0
2 parents a5429f6 + d332752 commit faef121

File tree

1 file changed

+44
-0
lines changed
  • packages/catala-format/catala-format.0.3.0

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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+
[ "install" "_build/default/src/main.exe" "%{bin}%/catala-format" ]
27+
[ "install" "-D" "catala.scm" "%{topiary:share}%/queries/catala.scm" ]
28+
[ "install" "-D" "catala.ncl" "%{topiary:share}%/configs/catala.ncl" ]
29+
]
30+
31+
synopsis: "A formatter for Catala based on the Topiary universal formatting engine"
32+
description: """
33+
A formatter for Catala based on the Topiary universal formatting engine.
34+
35+
Topiary repository: https://github.com/tweag/topiary
36+
"""
37+
url {
38+
src:
39+
"https://github.com/CatalaLang/catala-format/archive/refs/tags/catala-format.0.3.0.tar.gz"
40+
checksum: [
41+
"md5=45d27678053845e3a71b996bc2b306ad"
42+
"sha512=773e0568bd9445b889eb9f2f13f4a7b9d4d4587aa29ebeaf3a6b93585de607be58be3b14a25d9e2612cf7119f74ad4748e40775c38a9e83a99dd4206dfc4c316"
43+
]
44+
}

0 commit comments

Comments
 (0)