Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zoggy
ocamlrss
Commits
2a8e049f
Commit
2a8e049f
authored
Aug 24, 2021
by
Zoggy
Browse files
rss.opam: constraint dune version, use dev instead of pinned
parent
12a02779
Pipeline
#440212
passed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rss.opam
View file @
2a8e049f
...
...
@@ -13,15 +13,16 @@ tags: [
"xml"
]
build: [
["dune" "subst"] {
pinned
}
["dune" "subst"] {
dev
}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"ocaml" {>= "4.12.0"}
"dune" {
build
}
"dune" {
>= "2.0"
}
"uri" {>= "4.2.0"}
"xmlm" {>= "1.3.0"}
"ptime" {>= "0.8.5"}
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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