package idris2-dep-graph version = 0.1.0 authors = "Tomáš Zemanovič" -- maintainers = license = "BSD-3-Clause" brief = "Produce graphiz (dot) graph of package dependencies or module imports" -- readme = -- homepage = -- sourceloc = -- bugtracker = -- the Idris2 version required (e.g. langversion >= 0.5.1) -- langversion -- packages to add to search path depends = idris2 >= 0.8.0 -- modules to install modules = DepGraph.Data , DepGraph.Cli , Idris.Driver.Extra , Idris.Package.Extra -- main file (i.e. file to load at REPL) main = Main -- name of executable executable = "idris2-dep-graph" -- opts = sourcedir = "src" -- builddir = -- outputdir = -- script to run before building -- prebuild = -- script to run after building -- postbuild = -- script to run after building, before installing -- preinstall = -- script to run after installing -- postinstall = -- script to run before cleaning -- preclean = -- script to run after cleaning -- postclean =