this repo has no description

[new release] repr (4 packages) (0.7.0)

CHANGES:

- Add quadruples as another type combinator (mirage/repr#104, @patricoferris)

- Expose the underlying `Jsonm.decoder` for custom JSON serialisation in
functions like `Repr.like`. (mirage/repr#103, @patricoferris)

Changed files
+180
packages
ppx_repr
ppx_repr.0.7.0
repr
repr.0.7.0
repr-bench
repr-bench.0.7.0
repr-fuzz
repr-fuzz.0.7.0
+47
packages/ppx_repr/ppx_repr.0.7.0/opam
···
+
opam-version: "2.0"
+
synopsis: "PPX deriver for type representations"
+
description: "PPX deriver for type representations"
+
maintainer: ["thomas@gazagnaire.org"]
+
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
+
license: "ISC"
+
homepage: "https://github.com/mirage/repr"
+
doc: "https://mirage.github.io/repr"
+
bug-reports: "https://github.com/mirage/repr/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"repr" {= version}
+
"ppxlib" {>= "0.12.0"}
+
"ppx_deriving"
+
"fmt"
+
"hex" {with-test}
+
"optint" {>= "0.1.0" & with-test}
+
"alcotest" {>= "1.4.0" & with-test}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ocaml-migrate-parsetree" {= "1.7.1"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mirage/repr.git"
+
url {
+
src:
+
"https://github.com/mirage/repr/releases/download/0.7.0/repr-0.7.0.tbz"
+
checksum: [
+
"sha256=8adac9fe85bf8a0e20eeb6810d7216e98e1b7f4d9bd399e61bb1024ace2501ac"
+
"sha512=5b104c52a05a3ed7a4505dea3b3b7ee16bba020b5d2d8e4dfd680ff8f82ae021caf0f29207616ac2ae40dfd5bb641a144e31b11d29c5ba4918ba616a57f74647"
+
]
+
}
+
x-commit-hash: "953d46ab9254ca89a4410a1cc4b240ce5be10b2a"
+42
packages/repr-bench/repr-bench.0.7.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Benchmarks for the `repr` package"
+
description: "Benchmarks for the `repr` package"
+
maintainer: ["thomas@gazagnaire.org"]
+
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
+
license: "ISC"
+
homepage: "https://github.com/mirage/repr"
+
doc: "https://mirage.github.io/repr"
+
bug-reports: "https://github.com/mirage/repr/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"repr" {= version}
+
"ppx_repr" {= version}
+
"bechamel"
+
"yojson"
+
"fpath"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mirage/repr.git"
+
url {
+
src:
+
"https://github.com/mirage/repr/releases/download/0.7.0/repr-0.7.0.tbz"
+
checksum: [
+
"sha256=8adac9fe85bf8a0e20eeb6810d7216e98e1b7f4d9bd399e61bb1024ace2501ac"
+
"sha512=5b104c52a05a3ed7a4505dea3b3b7ee16bba020b5d2d8e4dfd680ff8f82ae021caf0f29207616ac2ae40dfd5bb641a144e31b11d29c5ba4918ba616a57f74647"
+
]
+
}
+
x-commit-hash: "953d46ab9254ca89a4410a1cc4b240ce5be10b2a"
+40
packages/repr-fuzz/repr-fuzz.0.7.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Fuzz tests for the `repr` package"
+
description: "Fuzz tests for the `repr` package"
+
maintainer: ["thomas@gazagnaire.org"]
+
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
+
license: "ISC"
+
homepage: "https://github.com/mirage/repr"
+
doc: "https://mirage.github.io/repr"
+
bug-reports: "https://github.com/mirage/repr/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"repr" {= version}
+
"crowbar" {= "0.2"}
+
"ppxlib" {>= "0.12.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mirage/repr.git"
+
url {
+
src:
+
"https://github.com/mirage/repr/releases/download/0.7.0/repr-0.7.0.tbz"
+
checksum: [
+
"sha256=8adac9fe85bf8a0e20eeb6810d7216e98e1b7f4d9bd399e61bb1024ace2501ac"
+
"sha512=5b104c52a05a3ed7a4505dea3b3b7ee16bba020b5d2d8e4dfd680ff8f82ae021caf0f29207616ac2ae40dfd5bb641a144e31b11d29c5ba4918ba616a57f74647"
+
]
+
}
+
x-commit-hash: "953d46ab9254ca89a4410a1cc4b240ce5be10b2a"
+51
packages/repr/repr.0.7.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Dynamic type representations. Provides no stability guarantee"
+
description: """
+
This package defines a library of combinators for building dynamic type
+
representations and a set of generic operations over representable types, used
+
in the implementation of Irmin and related packages.
+
+
It is not yet intended for public consumption and provides no stability
+
guarantee.
+
"""
+
maintainer: ["thomas@gazagnaire.org"]
+
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
+
license: "ISC"
+
homepage: "https://github.com/mirage/repr"
+
doc: "https://mirage.github.io/repr"
+
bug-reports: "https://github.com/mirage/repr/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"fmt" {>= "0.8.7"}
+
"uutf"
+
"either"
+
"jsonm" {>= "1.0.0"}
+
"base64" {>= "3.0.0"}
+
"optint" {>= "0.1.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mirage/repr.git"
+
url {
+
src:
+
"https://github.com/mirage/repr/releases/download/0.7.0/repr-0.7.0.tbz"
+
checksum: [
+
"sha256=8adac9fe85bf8a0e20eeb6810d7216e98e1b7f4d9bd399e61bb1024ace2501ac"
+
"sha512=5b104c52a05a3ed7a4505dea3b3b7ee16bba020b5d2d8e4dfd680ff8f82ae021caf0f29207616ac2ae40dfd5bb641a144e31b11d29c5ba4918ba616a57f74647"
+
]
+
}
+
x-commit-hash: "953d46ab9254ca89a4410a1cc4b240ce5be10b2a"