this repo has no description
1opam-version: "2.0" 2authors: ["Simon Cruanes" "Guillaume Bury"] 3maintainer: "simon.cruanes.2007@m4x.org" 4synopsis: "Printbox unicode handling" 5description: """ 6Adds html output handling to the printbox package. 7Printbox allows to print nested boxes, lists, arrays, tables in several formats 8""" 9build: [ 10 ["dune" "build" "@install" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 13] 14depends: [ 15 "dune" { >= "2.0" } 16 "odoc" {with-doc} 17 "printbox" {= version} 18 "tyxml" {>="4.3"} 19] 20license: "BSD-2-Clause" 21tags: [ "print" "box" "table" "tree" ] 22homepage: "https://github.com/c-cube/printbox/" 23dev-repo: "git+https://github.com/c-cube/printbox.git" 24bug-reports: "https://github.com/c-cube/printbox/issues/" 25url { 26 src: "https://github.com/c-cube/printbox/archive/v0.6.tar.gz" 27 checksum: [ 28 "md5=052766382422020d9e92641d788c1b50" 29 "sha512=95739aa35afae261912a192faff55a6f2293cf82f6e814a7329a88a03c8aaf6d26eab124687b81f98b92d96f7bbe5eaf8a376dcacca12c74f769eadede26da20" 30 ] 31}