this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Tool to view ppx-expanded OCaml source files" 4description: 5 "dune-expand is a tool that allows users to view the expanded output of PPXs on their source files." 6maintainer: ["kirang@comp.nus.edu.sg"] 7authors: ["Kiran Gopinathan"] 8license: "GPL-3.0-or-later" 9homepage: "https://gitlab.com/gopiandcode/dune-expand" 10bug-reports: "https://gitlab.com/gopiandcode/dune-expand/issues" 11depends: [ 12 "dune" {>= "2.8"} 13 "sexplib" {>= "~" & < "v0.15"} 14 "ppx_sexp_conv" {>= "~" & < "v0.15"} 15 "ppx_deriving" {>= "~" & < "v0.15"} 16 "core" {>= "~" & < "v0.15"} 17 "cmdliner" {>= "1.0.0"} 18 "ocaml" {>= "4.11.0"} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://gitlab.com/gopiandcode/dune-expand.git" 36url { 37 src: 38 "https://gitlab.com/gopiandcode/dune-expand/-/archive/0.0.1/dune-expand-0.0.1.tar.gz" 39 checksum: [ 40 "md5=cac78d0f0e04472b5b69d664fda34dc7" 41 "sha512=396f26f458d5a7091c4269c598ef130b24e37dfc840c26c93c406ff032cda9973a1169747798922c19734bae1981e850e0012c7e31395ec2ad1ea17f9591ee7d" 42 ] 43}