this repo has no description

Merge pull request #22712 from kit-ty-kate/fix-149

General < 0.3.0: Add missing dependency on cppo

Kate cc826b17 0bc5a8e8

Changed files
+2
packages
General
General.0.1.0
General.0.2.0
+1
packages/General/General.0.1.0/opam
···
"ocaml" {>= "4.02.2" & < "4.06.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"cppo_ocamlbuild"
]
synopsis: "Rich functionality for built-in and basic OCaml types"
···
"ocaml" {>= "4.02.2" & < "4.06.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
+
"cppo"
"cppo_ocamlbuild"
]
synopsis: "Rich functionality for built-in and basic OCaml types"
+1
packages/General/General.0.2.0/opam
···
"ocaml" {>= "4.02.3" & < "4.06.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"cppo_ocamlbuild"
]
synopsis: "Rich functionality for built-in and basic OCaml types"
···
"ocaml" {>= "4.02.3" & < "4.06.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
+
"cppo"
"cppo_ocamlbuild"
]
synopsis: "Rich functionality for built-in and basic OCaml types"