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.2.0.tar.gz"
21 checksum: [
22 "sha256=bd41c2eafe401560959157b1c4e6ac3f93fe67bba9b735a9e77931300163cb88"
23 "md5=8602be66d57c1f0525651263b5fff370"
24 ]
25}