{application, boyer_moore, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib]},
    {description, "Boyer-Moore search algorithm for BitArrays and custom data structures"},
    {modules, [boyer_moore]},
    {registered, []}
]}.
