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
4cf12e8a
Unverified
Commit
4cf12e8a
authored
Sep 29, 2021
by
zapashcanon
Browse files
add missing dep on ezcurl
parent
7e08ad43
Pipeline
#15704
failed with stages
in 1 minute and 54 seconds
Changes
2
Pipelines
1
Hide 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 @
4cf12e8a
...
...
@@ -32,6 +32,8 @@
(>= 3.2.0))
(omd
(>= 2.0.0~alpha2))
(ezcurl
(>= 0.2))
(bisect_ppx
(and
:with-test
...
...
osh.opam
View file @
4cf12e8a
...
...
@@ -15,6 +15,7 @@ depends: [
"ocb" {>= "0.1"}
"crunch" {>= "3.2.0"}
"omd" {>= "2.0.0~alpha2"}
"ezcurl" {>= "0.2"}
"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