Skip to content

Commit

Permalink
Merge pull request #27368 from vincent-botbol/opam-publish-catala-for…
Browse files Browse the repository at this point in the history
…mat.0.2.0

Package catala-format.0.2.0
  • Loading branch information
mseri authored Feb 6, 2025
2 parents eab2328 + a4382d2 commit 8c96475
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packages/catala-format/catala-format.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Vincent Botbol" ]

homepage: "https://github.com/CatalaLang/catala-format"
bug-reports: "https://github.com/CatalaLang/catala-format"
dev-repo: "git+https://github.com/CatalaLang/catala-format.git"

license: "Apache-2.0"
depends: [
"ocaml"
"dune"
"cmdliner"
"lwt" {with-test}
"topiary" {= "0.5.1"}
]

build:[
"dune" "build"
"-p" name
"-j" jobs
"@catala-format"
]

install: [
[ "cp" "_build/default/src/main.exe" "%{bin}%/catala-format" ]
[ "mkdir" "-p" "%{topiary:share}%/queries" ]
[ "cp" "catala.scm" "%{topiary:share}%/queries/" ]
[ "mkdir" "-p" "%{topiary:share}%/configs" ]
[ "cp" "catala.ncl" "%{topiary:share}%/configs/" ]
]

synopsis: "A formatter for Catala based on the Topiary universal formatting engine"
description: """
A formatter for Catala based on the Topiary universal formatting engine.

Topiary repository: https://github.com/tweag/topiary
"""
url {
src:
"https://github.com/CatalaLang/catala-format/archive/refs/tags/catala-format.0.2.0.tar.gz"
checksum: [
"md5=b52ef11c369657d2424ad5b5f99d7ff9"
"sha512=f3bd400db9d3352bc4307729906f793604e67d65fc00d99c6ad61384b7dad301fb0b57619ae5a1b14eb2ef2d1aa52761796492300ae82c8ede4a74d237a5284e"
]
}

0 comments on commit 8c96475

Please sign in to comment.