Documentation
¶
Overview ¶
depgraph analyzes Rocq Makefile dependencies
Processes files generated by `rocq dep`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RocqDeps ¶
Get the dependencies of files in args.
Args can be a list of .v or .vo files: this function always uses the .vo files for dependencies
func RocqTargets ¶ added in v0.3.0
Get the reverse dependencies of files in args (the files that depend on any of args)
Args can be a list of .v or .vo files: this function searches for reverse dependencies starting from both the .v and .vo files for each argument
Types ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
func ParseRocqdep ¶
func (*Graph) FilterNodes ¶
Click to show internal directories.
Click to hide internal directories.