Packages

InMemory event store for the Eventsourcing library

Retired package: Deprecated - This library has been added to the eventsourcing library as a module

Current section

Files

Jump to
eventsourcing_inmemory src eventsourcing_inmemory.app.src
Raw

src/eventsourcing_inmemory.app.src

{application, eventsourcing_inmemory, [
{vsn, "1.1.0"},
{applications, [eventsourcing,
gleam_erlang,
gleam_json,
gleam_otp,
gleam_stdlib]},
{description, "InMemory event store for the Eventsourcing library"},
{modules, [eventsourcing_inmemory]},
{registered, []}
]}.