Skip to content

Commit 4b26c3a

Browse files
committed
re-add base-bytes and base-num
1 parent 5aa8486 commit 4b26c3a

File tree

2 files changed

+15
-0
lines changed
  • packages
    • base-bytes/base-bytes.backport
    • base-num/base-num.base

2 files changed

+15
-0
lines changed
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: " "
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"

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
]

0 commit comments

Comments
 (0)