{application, event_hub, [
    {vsn, "1.0.1"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Event-Hub is a Gleam library that provides simple hubs with publishers and subscribers for event-driven observers. It supports asynchronous message handling and event notifications, decoupling components efficiently. It works on Erlang and JavaScript."},
    {modules, [event_hub,
               event_hub@filtered,
               event_hub@reactive,
               event_hub@stateful,
               event_hub@topic]},
    {registered, []}
]}.
