this repo has no description

Package curses.1.0.11

Changed files
+39
packages
curses
curses.1.0.11
+39
packages/curses/curses.1.0.11/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to ncurses"
+
description: "Tools for building terminal-based user interfaces"
+
maintainer: ["Michael Bacarella <m@bacarella.com>"]
+
authors: ["Nicolas George"]
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
homepage: "https://github.com/mbacarella/curses"
+
bug-reports: "https://github.com/mbacarella/curses/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"conf-ncurses"
+
"conf-pkg-config"
+
"dune-configurator"
+
"ocaml" {>= "4.02.0"}
+
"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/mbacarella/curses.git"
+
url {
+
src: "https://github.com/mbacarella/curses/archive/refs/tags/1.0.11.tar.gz"
+
checksum: [
+
"md5=4ab8609fbc790fe84286c6070c05ac12"
+
"sha512=343113ab56ce339d8dc534087c27c88513a15a7d4337187f0d8e939c05730c6f2f4e6ddb2bfa6eed96b38d8e0271762d34be0ecf94bbfcbaeef29c12a362c672"
+
]
+
}