Skip to content

Commit 9abc9b4

Browse files
authored
Merge pull request #84 from phel-lang/add-projects-to-in-the-wild
Add projects to in-the-wild page.
2 parents 494f96b + f174faf commit 9abc9b4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/documentation/in-the-wild.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This page contains a list of libraries and projects that use Phel. If you want t
88
## Libraries
99

1010
* [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-str](https://github.com/smeghead/phel-str) This is a library that provides a group of utility functions related to string manipulation (split, reverse, etc.). Migrated from Clojure.
12-
* [phel-pdo](https://github.com/smeghead/phel-pdo) This library is a thin wrapper around PDO.
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.
1313

1414

1515
## Projects
@@ -20,6 +20,7 @@ This page contains a list of libraries and projects that use Phel. If you want t
2020
* [zo3ja](https://github.com/smeghead/zo3ja) A simple CLI RSS checker implemented with phel.
2121
* [phel-tic-tac-toe](https://github.com/smeghead/phel-tic-tac-toe) The tic-tac-toe game using the CLI terminal written in phel.
2222
* [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-
24-
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.
2526

0 commit comments

Comments
 (0)