this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Render boxes in the terminal" 4description: """ 5Render boxes in the terminal, can configure the padding, margin and the border of the box. 6""" 7maintainer: ["davesnx <dsnxmoreno@gmail.com>"] 8authors: ["davesnx <dsnxmoreno@gmail.com>"] 9license: "MIT" 10homepage: "https://github.com/davesnx/ocaml-box" 11doc: "https://davesnx.github.io/ocaml-box/box/index.html" 12bug-reports: "https://github.com/davesnx/ocaml-box/issues" 13depends: [ 14 "ocaml" {>= "4.08.0"} 15 "dune" {>= "2.7"} 16 "odoc" {with-doc} 17 "reason" {build} 18] 19dev-repo: "git+https://github.com/davesnx/ocaml-box.git" 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@doc" {with-doc} 31 ] 32] 33url { 34 src: "https://github.com/davesnx/ocaml-box/archive/1.2.0.tar.gz" 35 checksum: [ 36 "md5=cbf16dadfbcf990070366e255e4708a7" 37 "sha512=44d791a884f1712c43aab312a0b2edf390bea473347d373c5c54c2c9110bc846aecf3e3b5d914b5967d4860f1a96456eafca55ea570092764937c9bf05d8ddd3" 38 ] 39}