Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin odoc.2.2.0 version #64

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ocamlformat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
version=0.24.1
ocaml-version = 4.08.0
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(depends
voodoo-lib
voodoo-web
odoc ; = 2.2.0 pinned by the pipeline
(odoc (= 2.2.0))
tyxml
astring
cmdliner
Expand All @@ -50,10 +50,11 @@
(omd
(= 2.0.0~alpha3))
voodoo-lib
odoc ; = 2.2.0 pinned by the pipeline
(odoc (= 2.2.0))
(opam-format
(>= 2.1.0~beta2))
tyxml
conf-pandoc
astring
cmdliner
yojson
Expand Down
2 changes: 1 addition & 1 deletion voodoo-do.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "2.8"}
"voodoo-lib"
"voodoo-web"
"odoc"
"odoc" {= "2.2.0"}
"tyxml"
"astring"
"cmdliner"
Expand Down
9 changes: 5 additions & 4 deletions voodoo-gen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ depends: [
"ocaml" {>= "4.08.0"}
"omd" {= "2.0.0~alpha3"}
"voodoo-lib"
"odoc"
"odoc" {= "2.2.0"}
"opam-format" {>= "2.1.0~beta2"}
"tyxml"
"conf-pandoc"
"astring"
"cmdliner"
"yojson"
Expand All @@ -39,6 +40,6 @@ build: [
]
]
dev-repo: "git+https://github.com/jonludlam/voodoo.git"
depexts: [
["pandoc"]
]
available: [ os-distribution != "alpine" & arch != "ppc64"]
# PPC64 fails to build with stack overflow see https://github.com/ocaml/ocaml/issues/11415
# Alpine-3.16 doesn't have a pandoc package, however 3.17 does
6 changes: 3 additions & 3 deletions voodoo-gen.opam.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
depexts: [
["pandoc"]
]
available: [ os-distribution != "alpine" & arch != "ppc64"]
# PPC64 fails to build with stack overflow see https://github.com/ocaml/ocaml/issues/11415
# Alpine-3.16 doesn't have a pandoc package, however 3.17 does