Source: clnkr
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Brian Cosgrove <cosgroveb@gmail.com>
Build-Depends: bash-completion,
               debhelper-compat (= 13),
               dh-sequence-golang,
               git,
               golang-any,
               pandoc,
               procps
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/clnkr
Vcs-Git: https://salsa.debian.org/go-team/packages/clnkr.git
Homepage: https://github.com/clnkr-ai/clnkr
XS-Go-Import-Path: github.com/clnkr-ai/clnkr

Package: clnkr
Section: devel
Architecture: any
Depends: git,
         ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Description: command-line coding agent using large language models
 clnkr is a command-line coding agent that uses a large language model to work
 on local source trees. It can run interactively with approval before each
 command batch, or run a single prompt non-interactively.
 .
 It ships clnkr, the terminal CLI, and clnkrd, a stdio JSONL adapter for other
 tools. It supports Anthropic and OpenAI-compatible endpoints.
