Skip to content

Commit

Permalink
Add fmt 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Sep 26, 2023
1 parent 97928bb commit 48d9f0f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/fmt-windows/fmt-windows.0.9.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: """OCaml Format pretty-printer combinators"""
maintainer: ["Daniel Bünzli <daniel.buenzl [email protected]>"]
authors: ["The fmt programmers"]
homepage: "https://erratique.ch/software/fmt"
doc: "https://erratique.ch/software/fmt/doc/"
dev-repo: "git+https://erratique.ch/repos/fmt.git"
bug-reports: "https://github.com/dbuenzli/fmt/issues"
license: ["ISC"]
tags: ["string" "format" "pretty-print" "org:erratique"]
depends: ["ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
"opam-installer" {build}
"ocaml-windows"]
depopts: ["cmdliner-windows"]
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"
"--with-base-unix" "true"
"--with-cmdliner" "%{cmdliner-windows:installed}%"
"--toolchain" "windows"]]
install: [["opam-installer" "--prefix=%{prefix}%/windows-sysroot" "fmt.install"]]
remove: [["ocamlfind" "-toolchain" "windows" "remove" "fmt"]]
url {
src: "https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz"
checksum: "sha512=66cf4b8bb92232a091dfda5e94d1c178486a358cdc34b1eec516d48ea5acb6209c0dfcb416f0c516c50ddbddb3c94549a45e4a6d5c5fd1c81d3374dec823a83b"}
description: """
Fmt exposes combinators to devise `Format` pretty-printing functions.

Fmt depends only on the OCaml standard library. The optional `Fmt_tty`
library that allows to setup formatters for terminal color output
depends on the Unix library. The optional `Fmt_cli` library that
provides command line support for Fmt depends on [`Cmdliner`][cmdliner].

Fmt is distributed under the ISC license.

[cmdliner]: http://erratique.ch/software/cmdliner

Home page: http://erratique.ch/software/fmt"""

0 comments on commit 48d9f0f

Please sign in to comment.