utop/_oasis

42 lines
1.3 KiB
Plaintext

# +-------------------------------------------------------------------+
# | Package parameters |
# +-------------------------------------------------------------------+
OASISFormat: 0.1
Name: utop
Version: 1.0
LicenseFile: LICENSE
License: BSD3
Authors: Jérémie Dimino
Homepage: http://utop.forge.ocamlcore.org/
BuildTools: ocamlbuild
Plugins: DevFiles (0.2), META (0.2)
Synopsis: utop
Description: Universal toplevel for OCaml
# +-------------------------------------------------------------------+
# | The toplevel |
# +-------------------------------------------------------------------+
Library utop
Path: src
Modules: UTop
InternalModules: UTop_private
XMETADescription: utop configuration
Executable utop
Install: true
Path: src
CompiledObject: byte
MainIs: uTop_console_top.ml
BuildDepends: utop, findlib, lambda-term, lwt.syntax
# +-------------------------------------------------------------------+
# | Misc |
# +-------------------------------------------------------------------+
SourceRepository head
Type: darcs
Location: http://darcs.ocamlcore.org/repos/utop
Browser: http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=utop;a=summary