opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
homepage: "http://erratique.ch/software/fmt"
doc: "http://erratique.ch/software/fmt"
dev-repo: "git+http://erratique.ch/repos/fmt.git"
bug-reports: "https://github.com/dbuenzli/fmt/issues"
tags: [ "string" "format" "pretty-print" "org:erratique" ]
license: "BSD-3-Clause"
depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
depopts: [ "base-unix" ]
build: ["ocaml" "pkg/git.ml"]
install: [
  "ocaml"
  "pkg/build.ml"
  "native=%{ocaml:native}%"
  "native-dynlink=%{ocaml:native-dynlink}%"
  "unix=%{base-unix:installed}%"
]
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. Fmt is distributed under the BSD3
license."""
url {
  src: "http://erratique.ch/software/fmt/releases/fmt-0.7.0.tbz"
  checksum: "md5=5097baf454eed813a56fbef2a994dc71"
}
