this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Allows to print nested boxes, lists, arrays, tables in several formats" 4maintainer: "simon.cruanes.2007@m4x.org" 5authors: ["Simon Cruanes" "Guillaume Bury"] 6tags: ["print" "box" "table" "tree"] 7license: "BSD-2-Clause" 8homepage: "https://github.com/c-cube/printbox/" 9bug-reports: "https://github.com/c-cube/printbox/issues/" 10depends: [ 11 "dune" {>= "1.1" & < "3.0"} 12 "base-bytes" 13 "odoc" {with-doc} 14 "ocaml" {>= "4.03" & < "5.0"} 15 "mdx" {with-test & < "2.0"} 16] 17depopts: ["tyxml"] 18build: [ 19 ["dune" "build" "@install" "-p" name "-j" jobs] 20 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 21 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 22] 23dev-repo: "git+https://github.com/c-cube/printbox.git" 24url { 25 src: "https://github.com/c-cube/printbox/archive/0.2.tar.gz" 26 checksum: [ 27 "md5=d84584a8ebdf3faa7b04704f0f75813c" 28 "sha512=fa49c037c7b1aad720a9a4e74fa40838bade84572afb7bcb6dae170c2d4cbdc9c217868ee971049da18dda0308357bbbc8a934436d32f41418eceba612d56ab3" 29 ] 30}