Skip to content

Commit 9b532c2

Browse files
Merge branch 'master' into small-css-fixes
2 parents a94cd04 + f90582c commit 9b532c2

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

content/documentation/in-the-wild.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ This page contains a list of libraries and projects that use Phel. If you want t
77

88
## Libraries
99

10-
* [phel-cli-gui](https://github.com/Chemaclass/phel-cli-gui) Some Phel functions to render in the terminal. It uses the Cursor from the Symfony Command module.
11-
* [phel-pdo](https://github.com/phel-lang/phel-pdo) This library is a thin wrapper around PDO.
12-
* [phel-schema](https://github.com/phel-lang/phel-schema) This library is a schema validation library in phel. The library inspired by zod.
10+
* [Chemaclass/phel-cli-gui](https://github.com/Chemaclass/phel-cli-gui): Functions to render in the CLI terminal.
11+
* [phel-lang/phel-pdo](https://github.com/phel-lang/phel-pdo): A wrapper around PDO.
12+
* [phel-lang/phel-schema](https://github.com/phel-lang/phel-schema): A schema validation library for phel inspired by zod.
1313

1414

1515
## Projects
1616

17-
* [phel-snake](https://github.com/Chemaclass/phel-snake) The snake game using the CLI terminal written in phel.
18-
* [mariobasic-n7](https://github.com/mabasic/mariobasic-n7) Website of Mario Bašić.
19-
* [lisp-webscript-examples](https://github.com/kloimhardt/lisp-webscript-examples) Reactive web-apps using Phel + ClojureScript via GraphQL.
20-
* [zo3ja](https://github.com/smeghead/zo3ja) A simple CLI RSS checker implemented with phel.
21-
* [phel-tic-tac-toe](https://github.com/smeghead/phel-tic-tac-toe) The tic-tac-toe game using the CLI terminal written in phel.
22-
* [phel-old-school-guestbook](https://github.com/smeghead/phel-old-school-guestbook) This is a very primitive project of a small bulletin board Phel-lang application using mysql for storage.
23-
* [phel-lifegame](https://github.com/smeghead/phel-lifegame) The Lifegame using the CLI terminal written in phel.
24-
* [phel-saraudon](https://github.com/smeghead/phel-saraudon) A command to Visualize result of `git log --stat`.
25-
* [phel-cellular-automaton](https://github.com/smeghead/phel-cellular-automaton) The cellular automaton using the CLI terminal written in phel.
26-
* [phel-mml2wav](https://github.com/smeghead/phel-mml2wav) Experimental tool to generate wav format files from MML(Music Macro Language).
17+
* [Chemaclass/phel-snake](https://github.com/Chemaclass/phel-snake): A snake game using the CLI terminal.
18+
* [mabasic/mariobasic-n7](https://github.com/mabasic/mariobasic-n7): Website of Mario Bašić.
19+
* [kloimhardt/lisp-webscript-examples](https://github.com/kloimhardt/lisp-webscript-examples): Reactive web-apps using Phel + ClojureScript via GraphQL.
20+
* [jasalt/phel-nrepl](https://github.com/jasalt/phel-nrepl): Phel nREPL server implementation leveraging async amphp/socket server.
21+
* [smeghead/zo3ja](https://github.com/smeghead/zo3ja): A simple CLI RSS checker implemented with phel.
22+
* [smeghead/phel-tic-tac-toe](https://github.com/smeghead/phel-tic-tac-toe): The tic-tac-toe game using the CLI terminal.
23+
* [smeghead/phel-old-school-guestbook](https://github.com/smeghead/phel-old-school-guestbook): A project of a small board using mysql for storage.
24+
* [smeghead/phel-lifegame](https://github.com/smeghead/phel-lifegame): Life-game using the CLI terminal.
25+
* [smeghead/phel-saraudon](https://github.com/smeghead/phel-saraudon): A command to visualize result of `git log --stat`.
26+
* [smeghead/phel-cellular-automaton](https://github.com/smeghead/phel-cellular-automaton): The cellular automaton using the CLI terminal written in phel.
27+
* [smeghead/phel-mml2wav](https://github.com/smeghead/phel-mml2wav): Generate WAV format files from MML (Music Macro Language).
2728

0 commit comments

Comments
 (0)