Skip to content

Commit 5c627de

Browse files
authored
Merge pull request #27523 from hannesm/re-add-base-ocamlbuild
Re add base-ocamlbuild, base-bytes.backport, base-num
2 parents 5a54ee2 + b8ea1df commit 5c627de

File tree

7 files changed

+30
-0
lines changed
  • packages
    • base-bytes
      • base-bytes.backport
      • base-bytes.base
    • base-num/base-num.base
    • base-ocamlbuild/base-ocamlbuild.base
    • conf-freeglut/conf-freeglut.1
    • conf-pic-switch/conf-pic-switch.0.1
    • ocaml-option-spacetime/ocaml-option-spacetime.1

7 files changed

+30
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
opam-version: "2.0"
2+
maintainer: " "
3+
authors: " "
4+
homepage: " "
5+
depends: [
6+
"ocaml" {< "4.02.0"}
7+
"ocamlfind" {>= "1.5.3"}
8+
]
9+
synopsis: "Bytes compatibility library distributed with ocamlfind"
10+
x-maintained: true

packages/base-bytes/base-bytes.base/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ depends: [
77
"ocamlfind" {>= "1.5.3"}
88
]
99
synopsis: "Bytes library distributed with the OCaml compiler"
10+
x-maintained: true

packages/base-num/base-num.base/opam

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
opam-version: "2.0"
2+
maintainer: "Xavier Leroy <[email protected]>"
3+
synopsis: "Num library distributed with the OCaml compiler"
4+
depends: [
5+
"ocaml" {< "4.06.0"}
6+
]
7+
x-maintained: true
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
4+
synopsis:
5+
"OCamlbuild binary and libraries distributed with the OCaml compiler"
6+
depends: [
7+
"ocaml" {>= "3.10" & < "4.03"}
8+
]
9+
x-maintained: true

packages/conf-freeglut/conf-freeglut.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ depexts: [
2020
]
2121
synopsis: "Virtual package relying on a FreeGLUT system installation"
2222
flags: conf
23+
x-maintained: true

packages/conf-pic-switch/conf-pic-switch.0.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ extra-source "check.sh" {
2222
"md5=584e1b9ef424cc069f7273d451b6f8ae"
2323
]
2424
}
25+
x-maintained: true

packages/ocaml-option-spacetime/ocaml-option-spacetime.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ depends: [
1313
]
1414
maintainer: "David Allsopp <[email protected]>"
1515
flags: compiler
16+
x-maintained: true

0 commit comments

Comments
 (0)