opam-version: "2.0" synopsis: "Generate default values for your types" maintainer: ["franciscosantosfcp@hotmail.com"] authors: ["Francisco Santos"] license: "MIT" homepage: "https://github.com/ProgramingIsTheFuture/ppx_default" bug-reports: "https://github.com/ProgramingIsTheFuture/ppx_default/issues" depends: [ "dune" {>= "3.10"} "ocaml" {>= "4.14"} "ppxlib" {>= "0.25" & < "0.36.0"} "ppx_deriving" "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/ProgramingIsTheFuture/ppx_default.git" url { src: "https://github.com/ProgramingIsTheFuture/ppx_default/releases/download/v0.1.1/ppx_default-v0.1.1.tbz" checksum: [ "sha256=2b06647520a927b58e5cfa10ac5da09f90630bdb4c8008a9997dec80ccf6da15" "sha512=9cbb8958fde3ba25dd4c8450cb8d2915fbe7e242be6c84af71ac39cd571d6a81d8b85dd6a6f1d43ddadd9b538a97eab9c668cc526de8c7f7fb63457f901da415" ] } x-commit-hash: "ac4ce556ca0d5c3a6c644fb7e7ceb756adeac499"