Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
OCamlPro
osh
Commits
0ec6cf75
Unverified
Commit
0ec6cf75
authored
Sep 23, 2021
by
zapashcanon
Browse files
add missing dep on omd
parent
a139a8cb
Pipeline
#15552
failed with stages
in 8 minutes and 24 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
dune-project
dune-project
+2
-0
osh.opam
osh.opam
+1
-0
No files found.
dune-project
View file @
0ec6cf75
...
...
@@ -30,6 +30,8 @@
(>= 0.1))
(crunch
(>= 3.2.0))
(omd
(>= 2.0.0~alpha2))
(bisect_ppx
(and
:with-test
...
...
osh.opam
View file @
0ec6cf75
...
...
@@ -14,6 +14,7 @@ depends: [
"dream" {>= "1.0.0~alpha2"}
"ocb" {>= "0.1"}
"crunch" {>= "3.2.0"}
"omd" {>= "2.0.0~alpha2"}
"bisect_ppx" {with-test & >= "2.6" & dev}
"odoc" {with-doc}
]
...
...
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