36 lines
1.2 KiB
Plaintext
36 lines
1.2 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 |
|
|
# +-------------------------------------------------------------------+
|
|
|
|
Executable utop
|
|
Install: true
|
|
Path: src
|
|
CompiledObject: byte
|
|
MainIs: uTop_console_top.ml
|
|
BuildDepends: 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
|