this repo has no description
1opam-version: "2.0"
2maintainer: "dev@clarus.me"
3authors: ["Guillaume Claret <dev@clarus.me>"]
4homepage: "https://github.com/clarus/smart-print"
5bug-reports: "https://github.com/clarus/smart-print/issues"
6license: "BSD-3-Clause"
7
8depends: [
9 "ocaml" {>= "4.00.0"}
10 "ocamlfind" {build}
11 "ocamlbuild" {build}
12]
13build: make
14remove:["ocamlfind" "remove" "smart_print"]
15dev-repo: "git+https://github.com/clarus/smart-print"
16install: [make "install"]
17synopsis: "The pretty-printing library which feels natural to use."
18flags: light-uninstall
19url {
20 src: "https://github.com/clarus/smart-print/archive/v0.1.1.tar.gz"
21 checksum: [
22 "sha256=b942f7311aea89bce6bcbc472343d49ae31e8bb2c3cd4b16d4a7589c05d7a753"
23 "md5=3f09f44acd212431c058013be42e1da8"
24 ]
25}