this repo has no description
0
fork

Configure Feed

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

Merge pull request #23015 from mbacarella/opam-publish-curses.1.0.11

Package curses.1.0.11

authored by

Kate and committed by
GitHub
ae62da48 1327acda

+39
+39
packages/curses/curses.1.0.11/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings to ncurses" 4 + description: "Tools for building terminal-based user interfaces" 5 + maintainer: ["Michael Bacarella <m@bacarella.com>"] 6 + authors: ["Nicolas George"] 7 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8 + homepage: "https://github.com/mbacarella/curses" 9 + bug-reports: "https://github.com/mbacarella/curses/issues" 10 + depends: [ 11 + "dune" {>= "2.7"} 12 + "conf-ncurses" 13 + "conf-pkg-config" 14 + "dune-configurator" 15 + "ocaml" {>= "4.02.0"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/mbacarella/curses.git" 33 + url { 34 + src: "https://github.com/mbacarella/curses/archive/refs/tags/1.0.11.tar.gz" 35 + checksum: [ 36 + "md5=4ab8609fbc790fe84286c6070c05ac12" 37 + "sha512=343113ab56ce339d8dc534087c27c88513a15a7d4337187f0d8e939c05730c6f2f4e6ddb2bfa6eed96b38d8e0271762d34be0ecf94bbfcbaeef29c12a362c672" 38 + ] 39 + }