File: curses.opam

package info (click to toggle)
ocaml-curses 1.0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 220 kB
  • sloc: ml: 907; ansic: 764; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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"