el-get/recipes/dbgr.rcp
2012-05-13 23:20:53 -07:00

10 lines
424 B
Plaintext

(:name dbgr
:website "https://github.com/rocky/emacs-dbgr"
:description "The Grand \"Cathedral\" Debugger rewrite: Towards a modular framework for interacting with external debuggers."
:depends (test-unit load-relative loc-changes)
:type github
:pkgname "rocky/emacs-dbgr"
:build ("./autogen.sh" "./configure" "make")
:features (loc-changes load-relative test-unit)
)