this repo has no description
1opam-version: "2.0" 2synopsis: "Yaml PPX Deriver" 3description: "Build Yaml types from OCaml types" 4maintainer: ["pf341@patricoferris.com"] 5authors: ["Patrick Ferris"] 6license: "ISC" 7homepage: "https://github.com/patricoferris/ppx_deriving_yaml" 8bug-reports: "https://github.com/patricoferris/ppx_deriving_yaml/issues" 9depends: [ 10 "dune" {>= "2.6"} 11 "alcotest" {with-test} 12 "bos" {with-test} 13 "mdx" {with-test} 14 "ezjsonm" {with-test} 15 "ocaml" {>= "4.08.1"} 16 "ppxlib" {>= "0.14.0" & < "0.36.0"} 17 "yaml" {< "3.0.1"} 18 "yaml" {with-test & >= "2.0.0" & < "3.0.1"} 19 "rresult" {< "0.7.0"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/patricoferris/ppx_deriving_yaml.git" 36x-commit-hash: "b60fb024736c5dffb7035d13ad0458545dabf1fc" 37url { 38 src: 39 "https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v0.1.0/ppx_deriving_yaml-v0.1.0.tbz" 40 checksum: [ 41 "sha256=91da27503e18f1085548014069f2295c114f912e29492718c096da58c9ffea90" 42 "sha512=18cf3f35934bd719a259fe6318aba094086005f13276806e69a8f904a52b8898d3a853d3fb541a15bef4ad4b1bf52696fb9157da75ca174f8bedb04e60dc9fba" 43 ] 44}