{application, bitsandbobs, [
    {vsn, "1.1.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "A collection of functions for working with BitArray's in gleam"},
    {modules, [bitsandbobs,
               bitsandbobs@bitwise,
               bitsandbobs@ints]},
    {registered, []}
]}.
