this repo has no description

Package box.1.2.0

Changed files
+39
packages
box
box.1.2.0
+39
packages/box/box.1.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Render boxes in the terminal"
+
description: """
+
Render boxes in the terminal, can configure the padding, margin and the border of the box.
+
"""
+
maintainer: ["davesnx <dsnxmoreno@gmail.com>"]
+
authors: ["davesnx <dsnxmoreno@gmail.com>"]
+
license: "MIT"
+
homepage: "https://github.com/davesnx/ocaml-box"
+
doc: "https://davesnx.github.io/ocaml-box/box/index.html"
+
bug-reports: "https://github.com/davesnx/ocaml-box/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.7"}
+
"odoc" {with-doc}
+
"reason" {build}
+
]
+
dev-repo: "git+https://github.com/davesnx/ocaml-box.git"
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src: "https://github.com/davesnx/ocaml-box/archive/1.2.0.tar.gz"
+
checksum: [
+
"md5=cbf16dadfbcf990070366e255e4708a7"
+
"sha512=44d791a884f1712c43aab312a0b2edf390bea473347d373c5c54c2c9110bc846aecf3e3b5d914b5967d4860f1a96456eafca55ea570092764937c9bf05d8ddd3"
+
]
+
}