Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
VEBER Philippe
codepi
Commits
e6eb3cad
Commit
e6eb3cad
authored
Feb 06, 2020
by
Philippe Veber
Browse files
dune-project: removed useless dep on str
parent
3ec45f42
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
app/dune
app/dune
+8
-1
dune-project
dune-project
+1
-2
reviewphiltrans.opam
reviewphiltrans.opam
+0
-1
No files found.
app/dune
View file @
e6eb3cad
...
...
@@ -2,10 +2,17 @@
(name reviewphiltrans_app)
(public_name reviewphiltrans)
(modules reviewphiltrans_app)
(libraries
str
reviewphiltrans)
(libraries reviewphiltrans)
(preprocess
(pps ppx_jane)))
(executable
(name orthomam_app)
(public_name orthomam)
(modules orthomam_app)
(libraries reviewphiltrans)
(preprocess (pps ppx_jane)))
(executable
(name diffseldsparse_benchmark)
(public_name diffseldsparse_benchmark)
...
...
dune-project
View file @
e6eb3cad
...
...
@@ -27,5 +27,4 @@ or to benchmark various tools.
biotope
ocaml-r
ocamlify
phylogenetics
str))
phylogenetics))
reviewphiltrans.opam
View file @
e6eb3cad
...
...
@@ -19,7 +19,6 @@ depends: [
"ocaml-r"
"ocamlify"
"phylogenetics"
"str"
]
build: [
["dune" "subst"] {pinned}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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