this repo has no description
1opam-version: "2.0" 2maintainer: "rudi.grinberg@gmail.com" 3authors: ["Rudi Grinberg"] 4homepage: "https://github.com/rgrinberg/json-derivers" 5bug-reports: "https://github.com/rgrinberg/json-derivers/issues" 6dev-repo: "git+https://github.com/rgrinberg/json-derivers.git" 7license: "ISC" 8tags: ["deriving" "json"] 9build: [ 10 ["jbuilder" "subst" "-p" name] {dev} 11 ["jbuilder" "build" "-p" name "-j" jobs] 12 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.03.0"} 16 "jbuilder" {>= "1.0+beta12"} 17 "base" {< "v0.15"} 18] 19synopsis: "Common Derivers for Jsonm/Yjson" 20description: """ 21This library provides comparison, hashing, and sexp conversion functions for the 22Yojson.Safe.t and Ezjsonm.t types with a minimal amount of dependencies (only 23base)""" 24url { 25 src: 26 "https://github.com/rgrinberg/json-derivers/releases/download/1.0.0/json-derivers-1.0.0.tbz" 27 checksum: [ 28 "sha256=508710498c8482f6f8b6a6373ce03b39e7e2d83702f3c8656f78fc9e336de939" 29 "md5=dfdeececf8d34f5ba64e5c4ab2696f24" 30 ] 31}