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
a6d1d436
Unverified
Commit
a6d1d436
authored
Oct 08, 2021
by
zapashcanon
Browse files
add missing dep on lambdasoup
parent
a040b716
Pipeline
#15909
passed with stages
in 9 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
dune-project
dune-project
+3
-1
osh.opam
osh.opam
+1
-0
No files found.
dune-project
View file @
a6d1d436
...
...
@@ -44,4 +44,6 @@
(ezcurl
(>= 0.2))
(yojson
(>= 1.7.0))))
(>= 1.7.0))
(lambdasoup
(>= 0.7.2))))
osh.opam
View file @
a6d1d436
...
...
@@ -19,6 +19,7 @@ depends: [
"omd" {>= "2.0.0~alpha2"}
"ezcurl" {>= "0.2"}
"yojson" {>= "1.7.0"}
"lambdasoup" {>= "0.7.2"}
"odoc" {with-doc}
]
build: [
...
...
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