this repo has no description

conformist.0.8.1: Remove redundant constraint and add missing conflict (uses Result.t)

Kate 6544d7bd a9dbd944

Changed files
+4 -3
packages
conformist
conformist.0.8.1
+4 -3
packages/conformist/conformist.0.8.1/opam
···
-
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"Conformist allows you to define schemas to decode, validate and sanitize input data declaratively"
description: """
-
Conformist allows you to define schemas to decode, validate and sanitize input data declaratively.
It comes with runtime types for primitive OCaml types such as `int`, `string`, `bool` and `float` but also `Ptime.t`, `option` and custom types.
Re-use business rules in validators and run it on the client side with js_of_ocaml.
···
doc: "https://oxidizing.github.io/conformist/"
bug-reports: "https://github.com/oxidizing/conformist/issues"
depends: [
-
"dune" {>= "2.7" & >= "2.4"}
+
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ptime" {>= "0.8.5"}
"alcotest" {>= "1.2.3" & with-test}
"sexplib" {>= "v0.13.0" & with-test}
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"}
]
build: [
["dune" "subst"] {dev}