this repo has no description

Merge pull request #17980 from kit-ty-kate/various-fixes

dose3: Disable the compilation of the documentation

Kate c0b63b40 de897adf

Changed files
+4 -8
packages
dose3
dose3.4.3
dose3.5.0
dose3.5.0.1
dose3.5.0.1-1
+1 -2
packages/dose3/dose3.4.3/opam
···
dev-repo: "git+https://gitlab.com/irill/dose3.git"
build: [
["./configure"]
-
[make]
+
[make "libs" "apps"]
]
install: [make "installlib"]
remove: [
···
"ocaml"
"ocamlgraph" {= "1.8.6"}
"cudf" {>= "0.7"}
-
"conf-perl" {build}
("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"})
"re" {>= "1.2.2"}
"ocamlbuild" {build}
+1 -2
packages/dose3/dose3.5.0.1-1/opam
···
build: [
["./configure"]
[make "printconf"]
-
[make]
+
[make "libs" "apps"]
]
install: [make "installlib"]
depends: [
"ocaml"
"ocamlgraph" {>= "1.8.6"}
"cudf" {>= "0.7"}
-
"conf-perl" {build}
("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"})
"re" {>= "1.2.2"}
"ocamlbuild" {build}
+1 -2
packages/dose3/dose3.5.0.1/opam
···
build: [
["./configure"]
[make "printconf"]
-
[make]
+
[make "libs" "apps"]
]
install: [make "installlib"]
remove: [
···
"ocaml"
"ocamlgraph" {>= "1.8.6" & < "2.0.0"}
"cudf" {>= "0.7"}
-
"conf-perl" {build}
("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"})
"re" {>= "1.2.2"}
"ocamlbuild" {build}
+1 -2
packages/dose3/dose3.5.0/opam
···
dev-repo: "git+https://gitlab.com/irill/dose3.git"
build: [
["./configure"]
-
[make]
+
[make "libs" "apps"]
]
install: [make "installlib"]
remove: [
···
"ocaml"
"ocamlgraph" {= "1.8.6"}
"cudf" {>= "0.7"}
-
"conf-perl" {build}
("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"})
"re" {>= "1.2.2"}
"ocamlbuild" {build}