this repo has no description
1opam-version: "2.0" 2maintainer: "Leonardo Laguna Ruiz <modlfo@gmail.com>" 3synopsis: "Pla is a simple library and ppx syntax extension to create composable templates based on verbatim strings" 4homepage: "https://modlfo.github.io/pla/" 5bug-reports: "https://github.com/modlfo/pla/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/modlfo/pla.git" 8 9build: [["dune" "build" "-p" name "-j" jobs]] 10 11depends: [ 12 "ocaml" { >= "4.07.0" } 13 "dune" { >= "2.5" } 14 "ppxlib" { >= "0.22.0" } 15 "ocaml-compiler-libs" 16] 17authors: "Leonardo Laguna Ruiz <modlfo@gmail.com>" 18url { 19 src: "https://github.com/modlfo/pla/archive/v2.0.tar.gz" 20 checksum: [ 21 "md5=280ec3ec81cd0b2cf3a4b6a142cc2f6c" 22 "sha512=0512f37c6a6a6201839abd92e612b5b225f912a8315048034dd55cef7f9afba6ae201f161c06702081117f657525d37ec529533867075f2e3a2ae042497aa7be" 23 ] 24}