this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package terml.0.0.1

+41
+41
packages/terml/terml.0.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: 4 + "Terml is a pure-ocaml library for manipulating terminal output. Making possible to write text-based interfaces with ease" 5 + description: 6 + "Terml is a pure-ocaml library for manipulating terminal output. Making possible to write text-based interfaces with ease" 7 + maintainer: ["Willians Faria <dev.willians.faria@gmail.com>"] 8 + authors: ["Willians Faria <dev.willians.faria@gmail.com>"] 9 + license: "MIT" 10 + tags: ["tui" "terminal" "terminal-tui"] 11 + homepage: "https://github.com/wllfaria/terml" 12 + bug-reports: "https://github.com/wllfaria/terml/issues" 13 + depends: [ 14 + "dune" {>= "3.14"} 15 + "ocaml" {>= "5.1"} 16 + "uutf" {>= "1.0.3"} 17 + "alcotest" {with-test} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/wllfaria/terml.git" 35 + url { 36 + src: "https://github.com/wllfaria/terml/archive/refs/tags/0.0.1.tar.gz" 37 + checksum: [ 38 + "md5=7ad09195005ca968f860c9725fa73d9c" 39 + "sha512=57bfc414cdbef7bfa9c073ba3b535e4a0639621ee8c43b2493c5122b0381612fcd67b3992915b488aec38d4a41ba622fb7ae4b6d61569c6d647b740f69cce72b" 40 + ] 41 + }