Skip to content

Commit

Permalink
add similar projects to readme (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 authored Aug 13, 2022
1 parent a9a5064 commit ad4c72d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ nox -s tests
nox -s lint
```

## Similar projects

- [tsgdbmi](https://github.com/Guyutongxue/tsgdbmi) A port of pygdbmi to TypeScript
- [danielzfranklin/gdbmi](https://github.com/danielzfranklin/gdbmi) A port of pygdbmi to Rust

## Projects Using pygdbmi

- [gdbgui](https://github.com/cs01/gdbgui) implements a browser-based frontend to gdb, using pygdbmi on the backend
Expand All @@ -180,6 +185,6 @@ nox -s lint

## Authors

* [Chad Smith](https://github.com/cs01) (main author and creator).
* [Marco Barisione](http://www.barisione.org/) (co-maintainer).
* [The community](https://github.com/cs01/pygdbmi/graphs/contributors). Thanks especially to @mariusmue, @bobthekingofegypt, @mouuff, and @felipesere.
- [Chad Smith](https://github.com/cs01) (main author and creator).
- [Marco Barisione](http://www.barisione.org/) (co-maintainer).
- [The community](https://github.com/cs01/pygdbmi/graphs/contributors). Thanks especially to @mariusmue, @bobthekingofegypt, @mouuff, and @felipesere.

0 comments on commit ad4c72d

Please sign in to comment.