this repo has no description
1opam-version: "2.0" 2maintainer: "jun.furuse@gmail.com" 3authors: "Jun Furuse" 4homepage: "https://gitlab.com/camlspotter/ppxx" 5bug-reports: 6 "https://gitlab.com/camlspotter/ppxx/-/issues" 7dev-repo: "git+https://gitlab.com/camlspotter/ppxx" 8build: [["dune" "build" "-p" name "-j" jobs]] 9depends: [ 10 "ocaml" { >= "4.08.0" & < "4.12.0" } 11 "dune" { >= "2.0" } 12 "ppx_tools_versioned" { >= "5.0" } 13 "ocaml-migrate-parsetree" {< "2.0.0"} 14] 15synopsis: "Ppxx: a small extension library for writing PPX preprocessors" 16description: """ 17# PPXX: a small extension library for PPX 18 19PPXX contains several utility functions to make PPX preprocessors easier.""" 20url { 21 src: 22 "https://gitlab.com/camlspotter/ppxx/-/archive/2.4.0/ppxx-2.4.0.tar.bz2" 23 checksum: [ 24 "sha256=4b901fdeec400dfa68975c5c64da19dd43756a08904940c06b05ee148e15f427" 25 "md5=beb55ccb353123678406e7d30e6d954f" 26 ] 27}