this repo has no description
1opam-version: "2.0" 2 3maintainer: "dev@clarus.me" 4authors: ["Guillaume Claret <dev@clarus.me>"] 5homepage: "https://github.com/clarus/smart-print" 6bug-reports: "https://github.com/clarus/smart-print/issues" 7license: "BSD-3-Clause" 8 9depends: [ 10 "dune" {>= "2.0"} 11 "ocaml" {>= "4.00.0"} 12 "odoc" {with-doc} 13] 14build: ["dune" "build" "-p" name "-j" jobs] 15dev-repo: "git+https://github.com/clarus/smart-print" 16synopsis: "A pretty-printing library in OCaml" 17 18url { 19 src: "https://github.com/clarus/smart-print/archive/v0.3.0.tar.gz" 20 checksum: [ 21 "sha256=c28d6260af67666c5d70542dc496d3a0c3e48be441aa23f82df3cf2898d1884f" 22 "sha512=45e1485eaab0633f352868ab85d7551ec6c32a4b8a56dd882c0e3145a10630da746b92f0b4870f6c141abd12ceac161ac916d774627616e6929dfa485059d33e" 23 ] 24}