{application, gllm, [
    {vsn, "1.0.0"},
    {applications, [gleam_http,
                    gleam_httpc,
                    gleam_json,
                    gleam_stdlib,
                    glenvy]},
    {description, "Gleam library for interacting with OpenAI-compatible APIs."},
    {modules, [gllm,
               gllm@@main,
               gllm@types@api_error,
               gllm@types@chat_completion,
               gllm@types@choice,
               gllm@types@message,
               gllm@types@reasoning_detail,
               gllm@types@usage]},
    {registered, []}
]}.
