Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
ocluster
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fardale
ocluster
Commits
005da599
Commit
005da599
authored
Oct 20, 2019
by
Fardale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean dependencies
parent
72216538
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
ocluster.opam
ocluster.opam
+1
-2
src/dune
src/dune
+2
-2
No files found.
ocluster.opam
View file @
005da599
...
...
@@ -5,13 +5,12 @@ dev-repo: "git+https://gitlab.crans.org/arrighi/ocluster.git"
license: "MIT"
version: "0.1.2"
depends: [
"dune"
{build}
"dune"
"containers"
"atdgen"
"lwt"
"lwt_ppx"
"cmdliner"
"base-unix"
"logs"
"fmt"
]
...
...
src/dune
View file @
005da599
...
...
@@ -15,7 +15,7 @@
(executable
(name ocluster)
(public_name ocluster)
(libraries containers containers.data atdgen lwt.unix lwt cmdliner
unix logs
logs.
lwt logs.fmt logs.cli fmt
fmt.cli fmt.tty)
(libraries containers containers.data atdgen lwt.unix lwt cmdliner
logs.lwt
logs.
fmt logs.cli
fmt.cli fmt.tty)
(preprocess
(pps lwt_ppx)))
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