this repo has no description
1opam-version: "2.0" 2synopsis: "Simple unintrusive ppx rewriter that offers Seq literals" 3maintainer: "hyphens@pm.me" 4authors: "Hazem Elmasry" 5license: "ISC" 6tags: "syntax" 7homepage: "https://sr.ht/~hyphen/ppx_seq" 8doc: "https://git.sr.ht/~hyphen/ppx_seq/tree/0.1.1/item/README" 9bug-reports: "https://lists.sr.ht/~hyphen/ppx_seq" 10depends: [ 11 "ocaml" {>= "4.07"} 12 "dune" {>= "2.9"} 13 "ppxlib" {>= "0.24.0"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "--promote-install-files=false" 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30 ["dune" "install" "-p" name "--create-install-files" name] 31] 32dev-repo: "git+https://git.sr.ht/~hyphen/ppx_seq" 33url { 34 src: "https://github.com/hyphenrf/ppx_seq/archive/refs/tags/0.1.1.tar.gz" 35 checksum: [ 36 "sha256=1f2bba87ce93ce8f10dd5f0dcfc963c00225135f00b265664efb786929d80548" 37 "md5=4fe973a7f42e436b855f6205886e74ac" 38 ] 39 mirrors: "https://git.sr.ht/~hyphen/ppx_seq/archive/0.1.1.tar.gz" 40}