this repo has no description

Package terml.0.0.1

Changed files
+41
packages
terml
terml.0.0.1
+41
packages/terml/terml.0.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis:
+
"Terml is a pure-ocaml library for manipulating terminal output. Making possible to write text-based interfaces with ease"
+
description:
+
"Terml is a pure-ocaml library for manipulating terminal output. Making possible to write text-based interfaces with ease"
+
maintainer: ["Willians Faria <dev.willians.faria@gmail.com>"]
+
authors: ["Willians Faria <dev.willians.faria@gmail.com>"]
+
license: "MIT"
+
tags: ["tui" "terminal" "terminal-tui"]
+
homepage: "https://github.com/wllfaria/terml"
+
bug-reports: "https://github.com/wllfaria/terml/issues"
+
depends: [
+
"dune" {>= "3.14"}
+
"ocaml" {>= "5.1"}
+
"uutf" {>= "1.0.3"}
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/wllfaria/terml.git"
+
url {
+
src: "https://github.com/wllfaria/terml/archive/refs/tags/0.0.1.tar.gz"
+
checksum: [
+
"md5=7ad09195005ca968f860c9725fa73d9c"
+
"sha512=57bfc414cdbef7bfa9c073ba3b535e4a0639621ee8c43b2493c5122b0381612fcd67b3992915b488aec38d4a41ba622fb7ae4b6d61569c6d647b740f69cce72b"
+
]
+
}