mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
a Container module that packs everything; ToWeb module (depends on CamlGI) to expoert values on the web
63 lines
1.6 KiB
Text
63 lines
1.6 KiB
Text
ocamlfind="/home/simon/.opam/system/bin/ocamlfind"
|
|
ocamlc="/usr/bin/ocamlc.opt"
|
|
ocamlopt="/usr/bin/ocamlopt.opt"
|
|
ocamlbuild="/usr/bin/ocamlbuild"
|
|
pkg_name="containers"
|
|
pkg_version="0.1"
|
|
os_type="Unix"
|
|
system="linux"
|
|
architecture="amd64"
|
|
ccomp_type="cc"
|
|
ocaml_version="4.00.1"
|
|
standard_library_default="/usr/lib/ocaml"
|
|
standard_library="/usr/lib/ocaml"
|
|
standard_runtime="/usr/bin/ocamlrun"
|
|
bytecomp_c_compiler="gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC"
|
|
native_c_compiler="gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT"
|
|
model="default"
|
|
ext_obj=".o"
|
|
ext_asm=".s"
|
|
ext_lib=".a"
|
|
ext_dll=".so"
|
|
default_executable_name="a.out"
|
|
systhread_supported="true"
|
|
prefix="/usr/local"
|
|
exec_prefix="$prefix"
|
|
bindir="$exec_prefix/bin"
|
|
sbindir="$exec_prefix/sbin"
|
|
libexecdir="$exec_prefix/libexec"
|
|
sysconfdir="$prefix/etc"
|
|
sharedstatedir="$prefix/com"
|
|
localstatedir="$prefix/var"
|
|
libdir="$exec_prefix/lib"
|
|
datarootdir="$prefix/share"
|
|
datadir="$datarootdir"
|
|
infodir="$datarootdir/info"
|
|
localedir="$datarootdir/locale"
|
|
mandir="$datarootdir/man"
|
|
docdir="$datarootdir/doc/$pkg_name"
|
|
htmldir="$docdir"
|
|
dvidir="$docdir"
|
|
pdfdir="$docdir"
|
|
psdir="$docdir"
|
|
findlib_version="1.4"
|
|
is_native="true"
|
|
suffix_program=""
|
|
rm="rm -f"
|
|
rmdir="rm -rf"
|
|
debug="true"
|
|
profile="false"
|
|
native_dynlink="true"
|
|
ocamlbuildflags=""
|
|
cgi="false"
|
|
lwt="false"
|
|
thread="true"
|
|
bench="false"
|
|
docs="true"
|
|
tests="false"
|
|
ocaml_version_ge_4_00_1="4.00.1"
|
|
pkg_unix="/usr/lib/ocaml"
|
|
pkg_threads="/usr/lib/ocaml"
|
|
ocamldoc="/usr/bin/ocamldoc"
|
|
pkg_bench="/home/simon/.opam/system/lib/bench"
|
|
pkg_ounit="/home/simon/.opam/system/lib/oUnit"
|