Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
722ed7f1
Commit
722ed7f1
authored
May 22, 2013
by
Stephane Glondu
Browse files
Layout
parent
791d97bb
Changes
119
Hide whitespace changes
Inline
Side-by-side
all.itarget
View file @
722ed7f1
lib/lib.cma
web/server.cma
src/
lib/lib.cma
src/
web/server.cma
api.docdir/index.html
tests/legacy/README.html
myocamlbuild.ml
View file @
722ed7f1
...
...
@@ -16,11 +16,11 @@ let () = dispatch & function
|
After_rules
->
Pathname
.
define_context
"web"
[
"lib"
;
"web/helios/src"
];
Pathname
.
define_context
"web/helios/src"
[
"lib"
;
"web"
];
Pathname
.
define_context
"tests/legacy"
[
"lib"
];
Pathname
.
define_context
"tests"
[
"lib"
];
Pathname
.
define_context
"."
[
"lib"
];
Pathname
.
define_context
"
src/
web"
[
"
src/
lib"
;
"
src/
web/helios/src"
];
Pathname
.
define_context
"
src/
web/helios/src"
[
"
src/
lib"
;
"
src/
web"
];
Pathname
.
define_context
"tests/legacy"
[
"
src/
lib"
];
Pathname
.
define_context
"tests"
[
"
src/
lib"
];
Pathname
.
define_context
"."
[
"
src/
lib"
];
(* the following avoids an ocamlfind warning, it should be built-in *)
flag
[
"doc"
;
"thread"
]
(
A
"-thread"
);
...
...
lib/election.ml
→
src/
lib/election.ml
View file @
722ed7f1
File moved
lib/election.mli
→
src/
lib/election.mli
View file @
722ed7f1
File moved
lib/lib.mllib
→
src/
lib/lib.mllib
View file @
722ed7f1
File moved
lib/serializable.atd
→
src/
lib/serializable.atd
View file @
722ed7f1
File moved
lib/serializable_builtin_j.ml
→
src/
lib/serializable_builtin_j.ml
View file @
722ed7f1
File moved
lib/serializable_builtin_j.mli
→
src/
lib/serializable_builtin_j.mli
View file @
722ed7f1
File moved
lib/serializable_builtin_t.mli
→
src/
lib/serializable_builtin_t.mli
View file @
722ed7f1
File moved
lib/serializable_compat.atd
→
src/
lib/serializable_compat.atd
View file @
722ed7f1
File moved
lib/serializable_compat.ml
→
src/
lib/serializable_compat.ml
View file @
722ed7f1
File moved
lib/serializable_compat.mli
→
src/
lib/serializable_compat.mli
View file @
722ed7f1
File moved
lib/signatures.mli
→
src/
lib/signatures.mli
View file @
722ed7f1
File moved
lib/util.ml
→
src/
lib/util.ml
View file @
722ed7f1
File moved
lib/util.mli
→
src/
lib/util.mli
View file @
722ed7f1
File moved
web/common.ml
→
src/
web/common.ml
View file @
722ed7f1
File moved
web/common.mli
→
src/
web/common.mli
View file @
722ed7f1
File moved
web/helios/booth/.gitignore
→
src/
web/helios/booth/.gitignore
View file @
722ed7f1
File moved
web/helios/booth/README.txt
→
src/
web/helios/booth/README.txt
View file @
722ed7f1
File moved
web/helios/booth/boothworker.js
→
src/
web/helios/booth/boothworker.js
View file @
722ed7f1
File moved
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment