opam-version: "2.0" synopsis: "Seq literals ppx for OCaml" description: """ Simple unintrusive ppx rewriter that offers Seq literals. It offers List-like syntax in the form of [%seq a; b; c...] """ maintainer: "hyphens@pm.me" authors: "Hazem Elmasry" license: "ISC" tags: "syntax" homepage: "https://sr.ht/~hyphen/ppx_seq" doc: "https://git.sr.ht/~hyphen/ppx_seq/tree/0.2/item/README" bug-reports: "https://lists.sr.ht/~hyphen/ppx_seq" depends: [ "ocaml" {>= "4.04.2"} "dune" {>= "2.9"} "ppxlib" {>= "0.23"} "seq" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://git.sr.ht/~hyphen/ppx_seq" url { src: "https://github.com/hyphenrf/ppx_seq/archive/refs/tags/0.2.tar.gz" checksum: [ "md5=6de710e3be3c6ff4c69e3cb932f05467" "sha256=6f83c627e9ee91d0f7d85675fbb85f169c0489d1221227a6b23fd97b9ccd0b0f" "sha512=62897fe5249880b811f1bbef0c42eaa148d1060d9046312a9cd5979eeeea9a13e19efc6701cdcb1c436b4d6554f31a16a057bbc1bbad6a4e432daecc930171e8" ] mirrors: "https://git.sr.ht/~hyphen/ppx_seq/archive/0.2.tar.gz" }