this repo has no description
1opam-version: "2.0" 2synopsis: "Generate default values for your types" 3maintainer: ["franciscosantosfcp@hotmail.com"] 4authors: ["Francisco Santos"] 5license: "MIT" 6homepage: "https://github.com/ProgramingIsTheFuture/ppx_default" 7bug-reports: "https://github.com/ProgramingIsTheFuture/ppx_default/issues" 8depends: [ 9 "dune" {>= "3.10"} 10 "ocaml" {>= "4.14"} 11 "ppxlib" {>= "0.25" & < "0.36.0"} 12 "ppx_deriving" 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/ProgramingIsTheFuture/ppx_default.git" 30url { 31 src: 32 "https://github.com/ProgramingIsTheFuture/ppx_default/releases/download/v0.1.1/ppx_default-v0.1.1.tbz" 33 checksum: [ 34 "sha256=2b06647520a927b58e5cfa10ac5da09f90630bdb4c8008a9997dec80ccf6da15" 35 "sha512=9cbb8958fde3ba25dd4c8450cb8d2915fbe7e242be6c84af71ac39cd571d6a81d8b85dd6a6f1d43ddadd9b538a97eab9c668cc526de8c7f7fb63457f901da415" 36 ] 37} 38x-commit-hash: "ac4ce556ca0d5c3a6c644fb7e7ceb756adeac499"