this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

re-add base-bytes and base-num

+15
+9
packages/base-bytes/base-bytes.backport/opam
··· 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"
+6
packages/base-num/base-num.base/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Xavier Leroy <xavier.leroy@inria.fr>" 3 + synopsis: "Num library distributed with the OCaml compiler" 4 + depends: [ 5 + "ocaml" {< "4.06.0"} 6 + ]