Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
0ef01420
Commit
0ef01420
authored
Oct 12, 2021
by
Kim Nguyễn
Browse files
Relax dependency on odoc.
parent
cf04e4f3
Pipeline
#246
passed with stages
in 5 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cduce.opam
View file @
0ef01420
...
@@ -34,7 +34,7 @@ depends: [
...
@@ -34,7 +34,7 @@ depends: [
"menhir" {build & >= "20181026"}
"menhir" {build & >= "20181026"}
"menhirLib" { >= "20181026" }
"menhirLib" { >= "20181026" }
"cduce-types" {= version}
"cduce-types" {= version}
"odoc" {build & >= "1.5.
3
"}
"odoc" {build & >= "1.5.
0
"}
"sedlex" {>= "2.0"}
"sedlex" {>= "2.0"}
("ocurl" { >= "0.9.1" } |
("ocurl" { >= "0.9.1" } |
"ocamlnet" { >= "4.1.8"})
"ocamlnet" { >= "4.1.8"})
...
...
cduce.opam.template
View file @
0ef01420
...
@@ -4,7 +4,7 @@ depends: [
...
@@ -4,7 +4,7 @@ depends: [
"menhir" {build & >= "20181026"}
"menhir" {build & >= "20181026"}
"menhirLib" { >= "20181026" }
"menhirLib" { >= "20181026" }
"cduce-types" {= version}
"cduce-types" {= version}
"odoc" {build & >= "1.5.
3
"}
"odoc" {build & >= "1.5.
0
"}
"sedlex" {>= "2.0"}
"sedlex" {>= "2.0"}
("ocurl" { >= "0.9.1" } |
("ocurl" { >= "0.9.1" } |
"ocamlnet" { >= "4.1.8"})
"ocamlnet" { >= "4.1.8"})
...
...
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