You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.4 KiB
45 lines
1.4 KiB
![]()
6 years ago
|
opam-version: "2.0"
|
||
|
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
|
||
![]()
6 years ago
|
authors: [ "The fmt programmers" ]
|
||
|
homepage: "https://erratique.ch/software/fmt"
|
||
|
doc: "https://erratique.ch/software/fmt"
|
||
|
dev-repo: "git+https://erratique.ch/repos/fmt.git"
|
||
![]()
6 years ago
|
bug-reports: "https://github.com/dbuenzli/fmt/issues"
|
||
|
tags: [ "string" "format" "pretty-print" "org:erratique" ]
|
||
|
license: "ISC"
|
||
|
depends: [
|
||
![]()
5 years ago
|
"ocaml" {>= "4.05.0"}
|
||
![]()
6 years ago
|
"ocamlfind" {build}
|
||
|
"ocamlbuild" {build}
|
||
|
"topkg" {build & >= "0.9.0"}
|
||
![]()
6 years ago
|
# Can be removed once ocaml >= 4.07
|
||
|
"seq"
|
||
|
"stdlib-shims"
|
||
![]()
6 years ago
|
]
|
||
|
depopts: [ "base-unix" "cmdliner" ]
|
||
|
conflicts: [ "cmdliner" {< "0.9.8"} ]
|
||
|
build: [[
|
||
|
"ocaml" "pkg/pkg.ml" "build"
|
||
|
"--dev-pkg" "%{pinned}%"
|
||
|
"--with-base-unix" "%{base-unix:installed}%"
|
||
|
"--with-cmdliner" "%{cmdliner:installed}%" ]]
|
||
![]()
6 years ago
|
|
||
|
synopsis: """OCaml Format pretty-printer combinators"""
|
||
|
description: """\
|
||
|
|
||
![]()
6 years ago
|
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.
|
||
|
|
||
![]()
6 years ago
|
[cmdliner]: http://erratique.ch/software/cmdliner
|
||
|
"""
|
||
![]()
6 years ago
|
url {
|
||
![]()
5 years ago
|
archive: "https://erratique.ch/software/fmt/releases/fmt-0.8.8.tbz"
|
||
|
checksum: "473490fcfdf3ff0a8ccee226b873d4b2"
|
||
![]()
6 years ago
|
}
|