#                                                               -*-conf-*-
OASISFormat: 0.3
Name:        ANSITerminal
Version:     0.6.5
Synopsis:    Basic control of ANSI compliant terminals and the windows shell.
Description: ANSITerminal is a module allowing to use the colors and cursor movements on ANSI terminals. It also works on the windows shell (but this part is currently work in progress).
Authors:     Christophe Troestler, Vincent Hugot
Maintainers: Christophe Troestler <Christophe.Troestler@umons.ac.be>
License:     LGPL-3.0 with OCaml linking exception
Categories:  http://terminal
Plugins:     META (0.3), StdFiles (0.3)
PostConfCommand: ocaml choose_implementation.ml
Homepage:    https://forge.ocamlcore.org/projects/ansiterminal/    

Library "ANSITerminal"
  Path:         src/
  BuildTools:   ocamlbuild
  Modules:      ANSITerminal
  InternalModules: ANSITerminal_common
  CSources:     ANSITerminal_stubs.c
  BuildDepends: unix
  
Document API
  Title:           API reference for ANSITerminal
  Type:            OCamlbuild (0.3)
  InstallDir:      $docdir/api
  BuildTools:      ocamldoc, ocamlbuild
  XOCamlbuildPath: .
  XOCamlbuildLibraries: ANSITerminal

Executable showcolors
  Path:           .
  MainIs:         showcolors.ml
  BuildDepends:   ANSITerminal
  CompiledObject: best
  BuildTools:     ocamlbuild
  Install:        false

Executable test
  Path:           .
  MainIs:         test.ml
  BuildDepends:   ANSITerminal
  BuildTools:     ocamlbuild
  Install:        false

SourceRepository trunk
  Type:       git
  Location:   ssh://forge.ocamlcore.org//git/ansiterminal/ansiterminal.git
  Browser:    https://forge.ocamlcore.org/scm/browser.php?group_id=187
