Skip to content

Commit

Permalink
delete files and update
Browse files Browse the repository at this point in the history
  • Loading branch information
chouzar committed Jun 26, 2024
1 parent 5b9e0ba commit fde660f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 225 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ Feature-wise this is near beign complete. Still planning to integrate:

This registry takes and combines some ideas from Elixir’s [Registry](https://hexdocs.pm/elixir/Kernel.html), Erlang’s [pg](https://www.erlang.org/doc/apps/kernel/pg.html) and [Syn](https://github.com/ostinelli/syn).

## Alternatives

[Singularity](https://hexdocs.pm/singularity/) is a gleam library that offers registry capabilities but focusing more on singleton actors, therefore it is better suited for keeping track of actors that need to be passed around as configuration through your app.

## Installation

```sh
Expand Down
1 change: 0 additions & 1 deletion example-pubsub.md

This file was deleted.

1 change: 0 additions & 1 deletion example-subject-bag.md

This file was deleted.

10 changes: 9 additions & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "chip"
version = "0.6.1"
version = "0.6.4"
description = "A Gleam registry library"
licences = ["Apache-2.0"]

Expand All @@ -10,6 +10,14 @@ repository = { type = "github", user = "chouzar", repo = "chip" }
gleam = ">= 1.0.0"
# links = [{ title = "Website", href = "https://gleam.run" }]


[documentation]
pages = [
{ title = "General use-cases", path = "guides/general-use-cases.html", source = "./guides/general-use-cases.md" },
{ title = "Add to a Supervisor", path = "guides/chip-as-part-of-a-supervision-tree.html", source = "./guides/chip-as-part-of-a-supervision-tree.md" },
{ title = "As a local PubSub", path = "guides/chip-as-a-local-pubsub.html", source = "./guides/chip-as-a-local-pubsub.md" },
]

[dependencies]
gleam_stdlib = "~> 0.36.0"
gleam_erlang = "~> 0.24"
Expand Down
14 changes: 0 additions & 14 deletions test/chat/event.gleam

This file was deleted.

39 changes: 0 additions & 39 deletions test/chat/pubsub.gleam

This file was deleted.

72 changes: 0 additions & 72 deletions test/chat/server.gleam

This file was deleted.

18 changes: 0 additions & 18 deletions test/chat/supervisor.gleam

This file was deleted.

79 changes: 0 additions & 79 deletions test/chip/chat_test.gleam

This file was deleted.

0 comments on commit fde660f

Please sign in to comment.