make the utop library

Ignore-this: 93a1363724a2dc9799c66d032c0f7ec9

darcs-hash:20110726185034-c41ad-6fc81595684be3fc6445015a13f1dfa8caade63e
This commit is contained in:
Jeremie Dimino 2011-07-26 20:50:34 +02:00
parent 95a67bb1f7
commit c851797234
4 changed files with 9 additions and 4 deletions

8
_oasis
View File

@ -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
View File

@ -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

View File

@ -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"]

View File

@ -1,3 +1 @@
UTop
UTop_private
UTop_console