dune/src
François Bobot 0119b13c50 Extends the environment with the variable OCAMLFIND_IGNORE_DUPS_IN
Prevent ocamlfind to warn about multiple definition if the
       library is also installed

Signed-off-by: François Bobot <francois.bobot@cea.fr>
2018-08-21 16:42:06 +01:00
..
configurator configurator: add write_lines function 2018-07-09 00:00:32 +07:00
fiber Remove most useless parentheses from the syntax (#915) 2018-06-27 16:38:05 +01:00
let-syntax Switch jbuild.ml to applicative parsing and let%map 2018-07-18 11:02:43 +01:00
ocaml-config Rename private libraries and add a test to make sure we don't publicize too much (#1111) 2018-08-09 10:03:06 +01:00
stdune Initial implementation of `dune fmt` 2018-08-20 10:21:47 +02:00
usexp Rename private libraries and add a test to make sure we don't publicize too much (#1111) 2018-08-09 10:03:06 +01:00
which_program Rename private libraries and add a test to make sure we don't publicize too much (#1111) 2018-08-09 10:03:06 +01:00
xdg Remove most useless parentheses from the syntax (#915) 2018-06-27 16:38:05 +01:00
action.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
action.mli Track locations when executing programs 2018-08-04 13:16:58 +03:00
action_exec.ml Move sandboxed back to Action 2018-07-18 14:27:09 +02:00
action_exec.mli Move sandboxed back to Action 2018-07-18 14:27:09 +02:00
action_intf.ml Make (diff ...) work on Windows 2018-06-25 08:14:27 +01:00
arg_spec.ml Remove aliases of Path.{Set,Map} 2018-05-24 17:34:32 +07:00
arg_spec.mli Add Arg_spec.Hidden_targets 2018-04-18 17:00:11 +01:00
artifacts.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
artifacts.mli Track locations when executing programs 2018-08-04 13:16:58 +03:00
bin.ml Implement --build-dir and change Path.t to use symbolic paths 2018-06-02 18:14:44 +07:00
bin.mli Move Path to Stdune 2018-04-24 19:33:40 +07:00
binary_kind.ml Display the installable modes 2018-06-07 15:40:45 +02:00
binary_kind.mli Display the installable modes 2018-06-07 15:40:45 +02:00
blang.ml Fix Op.eval in blang 2018-07-31 13:44:39 +02:00
blang.mli Add enabled_if to aliases/tests 2018-07-31 10:59:35 +02:00
build.ml Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
build.mli Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
build_interpret.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
build_interpret.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
build_system.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
build_system.mli Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
clflags.ml Implement --build-dir and change Path.t to use symbolic paths 2018-06-02 18:14:44 +07:00
clflags.mli Implement --build-dir and change Path.t to use symbolic paths 2018-06-02 18:14:44 +07:00
cm_kind.ml Add Cm_kind.Dict.make_all 2018-04-09 05:59:12 +08:00
cm_kind.mli Add Cm_kind.Dict.make_all 2018-04-09 05:59:12 +08:00
colors.ml Don't on side-effects for setting up the environment 2018-04-03 11:43:07 +08:00
colors.mli Don't on side-effects for setting up the environment 2018-04-03 11:43:07 +08:00
compilation_context.ml Remove opaque from Lib.t 2018-08-02 15:26:45 +02:00
compilation_context.mli Make opaque information available to compilation context 2018-08-02 15:26:45 +02:00
config.ml Use let%map for applicative code 2018-07-31 10:25:58 +02:00
config.mli Make the default build profile be dev 2018-06-28 11:23:10 +01:00
context.ml Extends the environment with the variable OCAMLFIND_IGNORE_DUPS_IN 2018-08-21 16:42:06 +01:00
context.mli Extract predicates for compiler versions 2018-08-06 11:49:03 +00:00
dep_path.ml Add templates to Usexp.t directly 2018-06-28 09:46:10 +06:30
dep_path.mli Get rid of jbuild_file_in 2018-05-03 13:54:47 +01:00
dir_contents.ml Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
dir_contents.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
dune Switch jbuild.ml to applicative parsing and let%map 2018-07-18 11:02:43 +01:00
dune_env.ml Use syntax extension for parsing stanza 2018-07-18 14:34:18 +02:00
dune_env.mli Rename Shared_stanaza to Dune_env 2018-07-18 14:34:18 +02:00
dune_file.ml Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
dune_file.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
dune_fmt.ml Initial implementation of `dune fmt` 2018-08-20 10:21:47 +02:00
dune_fmt.mli Initial implementation of `dune fmt` 2018-08-20 10:21:47 +02:00
dune_lexer.mli Restore eof_reached 2018-07-01 01:46:32 +07:00
dune_lexer.mll Restore eof_reached 2018-07-01 01:46:32 +07:00
dune_project.ml Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
dune_project.mli Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
env.ml Allow setting ENV vars in findlib.conf per toolchain 2018-05-01 00:13:50 +07:00
env.mli Allow setting ENV vars in findlib.conf per toolchain 2018-05-01 00:13:50 +07:00
errors.ml Move Path to Stdune 2018-04-24 19:33:40 +07:00
errors.mli Move Path to Stdune 2018-04-24 19:33:40 +07:00
exe.ml Remove extension argument for Lib.L.archive_files 2018-08-15 11:23:10 +03:00
exe.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
file_tree.ml Simplify the code with Option.value 2018-07-09 10:20:04 +01:00
file_tree.mli Fix error when copy_files source does not exist 2018-08-13 12:29:49 +00:00
findlib.ml Implement --build-dir and change Path.t to use symbolic paths 2018-06-02 18:14:44 +07:00
findlib.mli Add pretty printers to Findlib.Conf.t 2018-05-01 19:37:51 +07:00
gen_meta.ml replace jbuilder with dune 2018-08-02 12:41:35 +02:00
gen_meta.mli Add support for sub-systems 2018-02-26 16:05:48 +00:00
gen_rules.ml Move library rules to lib_rules module 2018-08-14 10:43:51 +03:00
gen_rules.mli Remove String_map module 2018-08-01 11:59:33 +02:00
glob_lexer.boot.ml Add ignored_subdirs stanza (#767) 2018-05-12 15:38:22 +02:00
glob_lexer.mli Remove jbuilder_ prefix for vendored libraries (#720) 2018-04-24 14:38:30 +01:00
glob_lexer.mll Remove jbuilder_ prefix for vendored libraries (#720) 2018-04-24 14:38:30 +01:00
import.ml Remove String_map module 2018-08-01 11:59:33 +02:00
inline_tests.boot.ml Add inline_tests.boot file 2018-06-20 20:31:52 +06:30
inline_tests.ml Move list related Result functions to Result.List 2018-08-14 12:32:21 +03:00
inline_tests.mli Add a sub-system for inline tests (#547) 2018-02-27 19:06:12 +00:00
install.ml Generate sorted .install files 2018-08-15 12:30:58 +03:00
install.mli Add the lib_root and libexec_root install sections (#947) 2018-07-03 10:49:18 +01:00
install_rules.ml Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
install_rules.mli Remove one functor 2018-07-18 10:58:45 +01:00
installed_dune_file.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
installed_dune_file.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
jbuild_load.ml Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
jbuild_load.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
js_of_ocaml_rules.boot.ml Refactor jsoo rules to use Compilation_context 2018-07-30 15:12:08 +02:00
js_of_ocaml_rules.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
js_of_ocaml_rules.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
lib.ml Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
lib.mli Remove extension argument for Lib.L.archive_files 2018-08-15 11:23:10 +03:00
lib_deps_info.ml Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
lib_deps_info.mli Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
lib_rules.ml Split library rules into more logical steps 2018-08-16 13:51:16 +03:00
lib_rules.mli Move library rules to lib_rules module 2018-08-14 10:43:51 +03:00
loc.ml multi line error highlights 2018-08-21 15:39:26 +02:00
loc.mli Use explicit comparison function for Loc.t 2018-08-08 21:15:45 +00:00
log.ml Remove all hard coded uses of "_build" 2018-05-02 22:38:50 +07:00
log.mli Add a configuration file and a quiet mode (#490) 2018-02-07 11:38:21 +00:00
main.ml Fix #1116 (#1118) 2018-08-09 12:35:39 +01:00
main.mli Remove String_map module 2018-08-01 11:59:33 +02:00
menhir.boot.ml add menhir.boot.ml 2018-06-20 20:32:57 +06:30
menhir.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
menhir.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
merlin.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
merlin.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
meta.ml Remove String_map module 2018-08-01 11:59:33 +02:00
meta.mli Port Io to use Path.t 2018-04-25 03:25:27 +07:00
meta_lexer.mli meta parser 2016-11-13 10:01:32 +00:00
meta_lexer.mll 114.20+69 2016-12-15 11:20:46 +00:00
ml_kind.ml remove unused function 2017-04-10 10:10:49 +01:00
ml_kind.mli remove unused function 2017-04-10 10:10:49 +01:00
mode.ml Use a single S-expression parser monad 2018-06-19 11:29:27 +01:00
mode.mli Allow to link executables as static or shared objects (#23) 2018-03-12 11:40:53 +00:00
module.ml Add comparison functions for names 2018-08-08 21:15:45 +00:00
module.mli Add comparison functions for names 2018-08-08 21:15:45 +00:00
module_compilation.ml Fix #1107 2018-08-07 13:05:37 +03:00
module_compilation.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
ocaml_flags.ml Add support for environment & build profiles (#419) 2018-05-04 16:49:25 +01:00
ocaml_flags.mli Add support for environment & build profiles (#419) 2018-05-04 16:49:25 +01:00
ocaml_version.ml Extract predicates for compiler versions 2018-08-06 11:49:03 +00:00
ocaml_version.mli Extract predicates for compiler versions 2018-08-06 11:49:03 +00:00
ocamldep.ml Add comparison functions for names 2018-08-08 21:15:45 +00:00
ocamldep.mli Move ocamldep output files to the object directory (#918) 2018-06-28 09:46:20 +01:00
odoc.boot.ml Move all code dealing with scanning directories into its own module 2018-07-18 10:58:45 +01:00
odoc.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
odoc.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
opam_file.ml Port Io to use Path.t 2018-04-25 03:25:27 +07:00
opam_file.mli Port Io to use Path.t 2018-04-25 03:25:27 +07:00
ordered_set_lang.ml Add support for staged ppx rewriters such as ones using the typer (#1080) 2018-08-02 12:11:59 +01:00
ordered_set_lang.mli Add support for staged ppx rewriters such as ones using the typer (#1080) 2018-08-02 12:11:59 +01:00
package.ml Add comparison functions for names 2018-08-08 21:15:45 +00:00
package.mli Add comparison functions for names 2018-08-08 21:15:45 +00:00
per_item.ml Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
per_item.mli Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
pform.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
pform.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
preprocessing.ml Remove extension argument for Lib.L.archive_files 2018-08-15 11:23:10 +03:00
preprocessing.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
print_diff.ml Use explicit comparison for path functions 2018-08-08 21:15:45 +00:00
print_diff.mli Make (diff ...) work on Windows 2018-06-25 08:14:27 +01:00
process.ml Fix #1116 (#1118) 2018-08-09 12:35:39 +01:00
process.mli Fix #1116 (#1118) 2018-08-09 12:35:39 +01:00
promotion.ml Use let%map for applicative code 2018-07-31 10:25:58 +02:00
promotion.mli Move promotion to own module 2018-07-18 14:27:09 +02:00
report_error.ml Use explicit comparison function for Loc.t 2018-08-08 21:15:45 +00:00
report_error.mli Add support for sub-systems 2018-02-26 16:05:48 +00:00
scheduler.ml Make the output of Dune deterministic in tests (#855) 2018-06-06 16:25:04 +01:00
scheduler.mli Fix typos in source code 2018-07-10 13:05:58 +01:00
scope.ml Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
scope.mli Remove extension argument for Lib.L.archive_files 2018-08-15 11:23:10 +03:00
setup.boot.ml Allow to set the library path at configure time (#575) 2018-03-06 14:56:24 +00:00
setup.defaults.ml Allow to set the library path at configure time (#575) 2018-03-06 14:56:24 +00:00
setup.mli Allow to set the library path at configure time (#575) 2018-03-06 14:56:24 +00:00
simple_rules.ml Fix error when copy_files source does not exist 2018-08-13 12:29:49 +00:00
simple_rules.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
stanza.ml Add switch_file_kind 2018-08-01 15:12:13 +00:00
stanza.mli Add switch_file_kind 2018-08-01 15:12:13 +00:00
string_with_vars.ml Add switch_file_kind 2018-08-01 15:12:13 +00:00
string_with_vars.mli Pass extra params to with_expander 2018-07-13 15:30:55 +02:00
sub_system.ml Move list related Result functions to Result.List 2018-08-14 12:32:21 +03:00
sub_system.mli Add support for sub-systems 2018-02-26 16:05:48 +00:00
sub_system_intf.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
sub_system_name.ml Add an intern option to control ordering 2018-06-06 23:48:11 +07:00
sub_system_name.mli Move interned to stdune 2018-05-24 18:23:02 +07:00
super_context.ml Make Dune_project.t abstract 2018-08-21 13:12:28 +03:00
super_context.mli Move library rules to lib_rules module 2018-08-14 10:43:51 +03:00
syntax.ml Add context and all supported versions when an syntax id is unset 2018-08-17 14:45:19 +03:00
syntax.mli Use explicit comparison for Syntax.Version.t 2018-08-08 21:15:45 +00:00
top_closure.ml Move int sets and maps to stdune 2018-05-24 18:22:36 +07:00
top_closure.mli Make Top_closure more polymorphic 2018-03-18 16:21:46 -04:00
utils.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
utils.mli Track locations when executing programs 2018-08-04 13:16:58 +03:00
utop.ml Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
utop.mli Rename Jbuild module to Dune_file 2018-08-13 10:53:51 +00:00
value.ml Add enabled_if to aliases/tests 2018-07-31 10:59:35 +02:00
value.mli Add enabled_if to aliases/tests 2018-07-31 10:59:35 +02:00
variant.ml Add an intern option to control ordering 2018-06-06 23:48:11 +07:00
variant.mli Move interned to stdune 2018-05-24 18:23:02 +07:00
versioned_file.ml Version the user configuration file 2018-07-01 01:46:32 +07:00
versioned_file.mli Version the user configuration file 2018-07-01 01:46:32 +07:00
vfile_kind.ml Add name to Vfile_kind functor 2018-06-28 22:42:55 +06:30
vfile_kind.mli Add name to Vfile_kind functor 2018-06-28 22:42:55 +06:30
watermarks.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
watermarks.mli Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
workspace.ml Refactor a bit some code in workspace.ml 2018-08-08 15:55:52 +01:00
workspace.mli Add toplevel env stanza to workspace files 2018-07-30 15:12:17 +02:00