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
Steven de Oliveira
www
Commits
64fa0e2f
Unverified
Commit
64fa0e2f
authored
Sep 14, 2021
by
zapashcanon
Browse files
add missing deps in dune-project
parent
d3f96a14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
dune-project
dune-project
+5
-1
ocpsite.opam
ocpsite.opam
+2
-0
No files found.
dune-project
View file @
64fa0e2f
...
...
@@ -16,4 +16,8 @@
(crunch
(>= 3.2.0))
(omd
(>= 2.0.0~alpha2))))
(>= 2.0.0~alpha2))
(ubase
(>= 0.04))
(markup
(>= 1.0.2))))
ocpsite.opam
View file @
64fa0e2f
...
...
@@ -7,6 +7,8 @@ depends: [
"dream" {>= "1.0.0~alpha2"}
"crunch" {>= "3.2.0"}
"omd" {>= "2.0.0~alpha2"}
"ubase" {>= "0.04"}
"markup" {>= "1.0.2"}
]
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