this repo has no description

Apply suggestions from code review

Changed files
+4
packages
multicont
multicont.1.0.0~rc.2
multicont.1.0.0~rc.3
+2
packages/multicont/multicont.1.0.0~rc.2/opam
···
"ocaml" {>= "5.0" & < "5.2"}
]
+
conflicts: [ "ocaml-option-bytecode-only" ]
+
install: [
[ make "VERSION=1.0.0~rc.2" "install" ]
]
+2
packages/multicont/multicont.1.0.0~rc.3/opam
···
"ocaml" {>= "5.0" & < "5.2"}
]
+
conflicts: [ "ocaml-option-bytecode-only" ]
+
install: [
[ make "install" ]
]