this repo has no description
1opam-version: "2.0"
2maintainer: "philippe.veber@gmail.com"
3build: make
4remove: [make "uninstall"]
5depends: ["ocaml" {< "5.0"} "ocamlfind" "camlp4"]
6install: [make "install"]
7synopsis:
8 "Format is a syntax extension which defines quotations for building"
9description: """
10strings and writing to buffers, channels, and formatters, with data
11being inserted through antiquotations rather than subsequent
12arguments."""
13url {
14 src: "https://download.ocamlcore.org/format/format/1.0/format-1.0.tar.gz"
15 checksum: [
16 "sha256=0b27861cc4a10f41daa2401d06b5af253d05888f797d11b93a8de3c17e7c6713"
17 "md5=2631ab7980b55a296f974f640af21ac7"
18 ]
19}