opam-version: "2.0"
maintainer: "philippe.veber@gmail.com"
build: make
remove: [make "uninstall"]
depends: ["ocaml" "ocamlfind" "camlp4"]
install: [make "install"]
synopsis:
  "Format is a syntax extension which defines quotations for building"
description: """
strings and writing to buffers, channels, and formatters, with data
being inserted through antiquotations rather than subsequent
arguments."""
url {
  src: "https://download.ocamlcore.org/format/format/1.0/format-1.0.tar.gz"
  checksum: "md5=2631ab7980b55a296f974f640af21ac7"
}
