Skip to content
Snippets Groups Projects
Commit 45d9230f authored by François Bobot's avatar François Bobot
Browse files

Add qcheck dependency

parent 65654640
No related branches found
No related tags found
1 merge request!20Better reccursive function handling
Pipeline #40481 passed
...@@ -27,6 +27,8 @@ depends: [ ...@@ -27,6 +27,8 @@ depends: [
"ppx_optcomp" "ppx_optcomp"
"ppx_hash" "ppx_hash"
"ocamlgraph" "ocamlgraph"
"qcheck"
"ppx_deriving_qcheck"
"ounit2" {with-test} "ounit2" {with-test}
"ocaml" {>= "4.08"} "ocaml" {>= "4.08"}
"ocplib-simplex" "ocplib-simplex"
...@@ -51,4 +53,9 @@ pin-depends: [ ...@@ -51,4 +53,9 @@ pin-depends: [
[ "dolmen.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "dolmen_type.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen_type.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "dolmen_loop.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen_loop.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "ppx_deriving_qcheck.0.2.0" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-alcotest.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-core.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-ounit.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
] ]
...@@ -40,4 +40,9 @@ pin-depends: [ ...@@ -40,4 +40,9 @@ pin-depends: [
[ "dolmen.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "dolmen_type.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen_type.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "dolmen_loop.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen_loop.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "ppx_deriving_qcheck.0.2.0" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-alcotest.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-core.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-ounit.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
] ]
pin-depends: [
[ "dolmen.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "dolmen_type.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "dolmen_loop.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
]
(vendored_dirs dolmen farith farith2) (vendored_dirs dolmen farith farith2)
(rule (copy generic.opam.template colibrics.opam.template))
(rule (copy generic.opam.template colibri2.opam.template))
...@@ -50,6 +50,8 @@ ...@@ -50,6 +50,8 @@
"ppx_optcomp" "ppx_optcomp"
"ppx_hash" "ppx_hash"
"ocamlgraph" "ocamlgraph"
"qcheck"
"ppx_deriving_qcheck"
("ounit2" :with-test) ("ounit2" :with-test)
("ocaml" (>= "4.08")) ("ocaml" (>= "4.08"))
"ocplib-simplex" "ocplib-simplex"
......
...@@ -2,4 +2,9 @@ pin-depends: [ ...@@ -2,4 +2,9 @@ pin-depends: [
[ "dolmen.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "dolmen_type.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen_type.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "dolmen_loop.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ] [ "dolmen_loop.0.5~dev" "git+https://github.com/bobot/dolmen.git#for_colibri2" ]
[ "ppx_deriving_qcheck.0.2.0" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-alcotest.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-core.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
[ "qcheck-ounit.0.18" "git+https://github.com/c-cube/qcheck.git#3999873752173b2802b3ee181beae554ef7fa113" ]
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment