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