opam-version: "2.0"
synopsis: "OCaml Format pretty-printer combinators"
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"""
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: "The fmt programmers"
license: "ISC"
tags: ["string" "format" "pretty-print" "org:erratique"]
homepage: "https://erratique.ch/software/fmt"
doc: "https://erratique.ch/software/fmt"
bug-reports: "https://github.com/dbuenzli/fmt/issues"
depends: [
  "ocaml" {>= "4.05.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build & >= "0.9.0"}
  "seq"
  "stdlib-shims"
]
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}%"
]
dev-repo: "git+https://erratique.ch/repos/fmt.git"
url {
  src: "https://erratique.ch/software/fmt/releases/fmt-0.8.8.tbz"
  checksum: "md5=473490fcfdf3ff0a8ccee226b873d4b2"
}
