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]
13patches: ["operators.patch"]
14
15build: make
16remove:["ocamlfind" "remove" "smart_print"]
17dev-repo: "git+https://github.com/clarus/smart-print"
18install: [make "install"]
19synopsis: "The pretty-printing library which feels natural to use."
20flags: light-uninstall
21url {
22 src: "https://github.com/clarus/smart-print/archive/v0.1.0.tar.gz"
23 checksum: [
24 "sha256=6fc1485add6944eccabbc4d625cb714e1865bbc0b1a7f1a4b0094106865cd2ee"
25 "md5=f3d41b3de45ccdde0f0fe190d150a719"
26 ]
27}
28extra-source "operators.patch" {
29 src:
30 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/smart-print/operators.patch"
31 checksum: [
32 "sha256=2de7777c234e17fdeec0439c4ae464cc5f4cc097dc539584eb6631852191e4be"
33 "md5=6186f9f076a8e835d881bec586d09984"
34 ]
35}