-
Notifications
You must be signed in to change notification settings - Fork 7
/
_oasis
62 lines (55 loc) · 1.93 KB
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
OASISFormat: 0.2
Name: ocamlllvm
Version: 0.1
OCamlVersion: >= 3.12.1
LicenseFile: LICENSE
License: QPL
BuildType: ocamlbuild (0.3)
Authors:
Benedikt Meurer <[email protected]>,
Marcell Fischbach <[email protected]>
Maintainers: Benedikt Meurer <[email protected]>
Copyrights:
(c) 1996-2011 INRIA Rocquencourt,
(c) 2010-2011 Benedikt Meurer,
(c) 2011 University of Siegen
FilesAB: src/utils/config.ml.ab
Homepage: http://benediktmeurer.de/ocamlnat
Plugins: DevFiles (0.3), StdFiles (0.3)
BuildTools: ocamlbuild
Synopsis: A native toplevel for the OCaml language
Description:
The native toplevel permits interactive use of OCaml system through
a read-eval-print loop, similar to the standard OCaml toplevel that
ships with OCaml. But while the standard OCaml toplevel makes use
of the byte code compiler and runtime to compile and execute the
toplevel phrases, ocamlnat uses the optimizing native code compiler
and its runtime for compilation and code execution, which is up to
100 times faster than the byte code runtime.
ocamlnat currently supports amd64 and i386 systems running either
Linux or Mac OS X. It may also work with Microsoft Windows, but we
don't officially support it.
XStdFilesAUTHORSFileName: AUTHORS
XStdFilesINSTALLFileName: INSTALL
XStdFilesREADMEFileName: README
Executable ocamlllvm
Path: src
MainIs: ocamlllvm.ml
# CSources: jitrun/camlnat.h, jitrun/jit.c, jitrun/str.c
BuildDepends: dynlink, findlib (>= 1.2.7)
CompiledObject: native
#Executable test
# Path: tests
# MainIs: test.ml
# Install: false
# BuildDepends: oUnit (>= 1.1.0)
# CompiledObject: best
#Test main
# TestTools: ocamlllvm, test
# Command: $test -ocamlllvm $ocamlllvm
# WorkingDirectory: tests
SourceRepository master
Type: git
Branch: master
Browser: https://github.com/bmeurer/ocamlnat
Location: git://github.com/bmeurer/ocamlnat.git