opam-version: "2.0" maintainer: "rudi.grinberg@gmail.com" authors: ["Rudi Grinberg"] homepage: "https://github.com/rgrinberg/json-derivers" bug-reports: "https://github.com/rgrinberg/json-derivers/issues" dev-repo: "git+https://github.com/rgrinberg/json-derivers.git" license: "ISC" tags: ["deriving" "json"] build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta12"} "base" {< "v0.15"} ] synopsis: "Common Derivers for Jsonm/Yjson" description: """ This library provides comparison, hashing, and sexp conversion functions for the Yojson.Safe.t and Ezjsonm.t types with a minimal amount of dependencies (only base)""" url { src: "https://github.com/rgrinberg/json-derivers/releases/download/1.0.0/json-derivers-1.0.0.tbz" checksum: [ "sha256=508710498c8482f6f8b6a6373ce03b39e7e2d83702f3c8656f78fc9e336de939" "md5=dfdeececf8d34f5ba64e5c4ab2696f24" ] }