File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11opam-version: "2.0"
22name: "ppx_deriving_qcheck"
3- version: "0.4.1 "
3+ version: "0.5 "
44license: "BSD-2-Clause"
55synopsis: "PPX Deriver for QCheck"
66
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage: "https://github.com/c-cube/qcheck/"
55license: "BSD-2-Clause"
66synopsis: "Alcotest backend for qcheck"
77doc: ["http://c-cube.github.io/qcheck/"]
8- version: "0.22 "
8+ version: "0.23 "
99tags: [
1010 "test"
1111 "quickcheck"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage: "https://github.com/c-cube/qcheck/"
55license: "BSD-2-Clause"
66synopsis: "Core qcheck library"
77doc: ["http://c-cube.github.io/qcheck/"]
8- version: "0.22 "
8+ version: "0.23 "
99tags: [
1010 "test"
1111 "property"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license: "BSD-2-Clause"
55homepage: "https://github.com/c-cube/qcheck/"
66doc: ["http://c-cube.github.io/qcheck/"]
77synopsis: "OUnit backend for qcheck"
8- version: "0.22 "
8+ version: "0.23 "
99tags: [
1010 "qcheck"
1111 "quickcheck"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ synopsis: "Compatibility package for qcheck"
55homepage: "https://github.com/c-cube/qcheck/"
66license: "BSD-2-Clause"
77doc: ["http://c-cube.github.io/qcheck/"]
8- version: "0.22 "
8+ version: "0.23 "
99tags: [
1010 "test"
1111 "property"
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ module Gen : sig
285285 (* * [exponential m] generates floating-point numbers following an exponential
286286 distribution with a mean of [m].
287287 @raise Invalid_argument if [m] is NaN.
288- @since NEXT_VERSION *)
288+ @since 0.23 *)
289289
290290 val nat : int t (* * Generates small natural numbers. *)
291291
@@ -772,7 +772,7 @@ module Shrink : sig
772772 (* * @since 0.6 *)
773773
774774 val bool : bool t
775- (* * @since NEXT_RELEASE *)
775+ (* * @since 0.23 *)
776776
777777 val char : char t
778778 (* * Shrinks towards ['a'].
@@ -993,7 +993,7 @@ val exponential : float -> float arbitrary
993993(* * [exponential m] generates floating-point numbers following an exponential
994994 distribution with a mean of [m].
995995 @raise Invalid_argument if [m] is NaN.
996- @since NEXT_VERSION *)
996+ @since 0.23 *)
997997
998998val int : int arbitrary
999999(* * Int generator. Uniformly distributed. *)
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ module Gen : sig
537537
538538 @raise Invalid_argument if [m] is NaN.
539539
540- @since NEXT_VERSION *)
540+ @since 0.23 *)
541541
542542 val char_range : ?origin : char -> char -> char -> char t
543543 (* * [char_range ?origin low high] generates chars between [low] and [high], inclusive.
You can’t perform that action at this time.
0 commit comments