make the utop library
Ignore-this: 93a1363724a2dc9799c66d032c0f7ec9 darcs-hash:20110726185034-c41ad-6fc81595684be3fc6445015a13f1dfa8caade63e
This commit is contained in:
parent
95a67bb1f7
commit
c851797234
8
_oasis
8
_oasis
|
@ -18,12 +18,18 @@ 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: findlib, lambda-term, lwt.syntax
|
||||
BuildDepends: utop, findlib, lambda-term, lwt.syntax
|
||||
|
||||
# +-------------------------------------------------------------------+
|
||||
# | Misc |
|
||||
|
|
1
_tags
1
_tags
|
@ -2,6 +2,7 @@
|
|||
|
||||
<**/*.ml>: syntax_camlp4o, pkg_lwt.syntax
|
||||
<src/*>: use_compiler_libs, pkg_lambda-term, pkg_findlib
|
||||
<**/*.top>: use_utop
|
||||
|
||||
# OASIS_START
|
||||
# OASIS_STOP
|
||||
|
|
|
@ -42,4 +42,4 @@ let prompt_continue = ref (S.const [|(UChar.of_char '>', { none with foreground
|
|||
|
||||
let () =
|
||||
(* Do not load packages linked with the toplevel. *)
|
||||
Topfind.don't_load_deeply ["findlib"; "lambda-term"]
|
||||
Topfind.don't_load_deeply ["utop"; "findlib"; "lambda-term"]
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
UTop
|
||||
UTop_private
|
||||
UTop_console
|
||||
|
|
Loading…
Reference in New Issue