opam-version: "2.0" maintainer: "Daniel Bünzli " authors: [ "Daniel Bünzli " "Gabriel Radanne" ] 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: "ISC" depends: [ "ocaml" {>= "4.01.0" & < "5.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "0.9.0"} "result" "uchar" ] 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}%" ]] 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""" url { src: "http://erratique.ch/software/fmt/releases/fmt-0.8.5.tbz" checksum: [ "sha256=c080cf9a7cd7d383e0c37c80c7a7f6a030f453ac6ffa64569dda58d6d95749fe" "md5=77b64aa6f20f09de28f2405d6195f12c" ] }