this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] ezjsonm-encoding (2 packages) (2.1.0)

CHANGES:

- Add the `constant` combinator, typically used to tag objects.
- Add the `null` combinator.
- Add `obj0` (matches any object) and `empty` (matches the empty object)
combinators.
- Add the `union` combinator.
- Add the `dft` field combinator.
- Add the `json` combinator.
- Add the `enum` combinator.
- Add the `satisfies` combinator.
- Add the `tupN` combinators family (`tup1` to `tup10`).

+37
+37
packages/ezjsonm-encoding/ezjsonm-encoding.2.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Encoding combinators a la Data_encoding for Ezjsonm" 3 + maintainer: ["Thomas Letan <lthms@soap.coffee>"] 4 + authors: ["Thomas Letan <lthms@soap.coffee>"] 5 + license: "mpl-2.0" 6 + homepage: "https://github.com/lthms/ezjsonm-encoding" 7 + bug-reports: "https://github.com/lthms/ezjsonm-encoding/issues" 8 + depends: [ 9 + "dune" {>= "3.0"} 10 + "ocaml" {>= "4.8.0"} 11 + "ezjsonm" {>= "1.2.0"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/lthms/ezjsonm-encoding.git" 29 + url { 30 + src: 31 + "https://github.com/lthms/ezjsonm-encoding/releases/download/2.1.0/ezjsonm-encoding-2.1.0.tbz" 32 + checksum: [ 33 + "sha256=a91f0d9f7a4bd4adf7a9304b90495aaac4e32e3b9db48f0831ed0610ad3ca96e" 34 + "sha512=68252b15b8b00a1a97edf0d51b97fd5b3e61a640ce68602ba93473c46576af037453148c16ec3fa3b0af83f2358a863928ce0ec761a9193669632cb76a4d1a0d" 35 + ] 36 + } 37 + x-commit-hash: "0822008c68dcbb8949808f4ed686576944e9bc5f"