I can use aptitude to search for packages using a search term. For example, to search for all packages whose name begins with Foo:
$ aptitude search Foo*
However, this listing does not include source packages (package with source code).
How do I search and list source packages using a search term?