Source: golang-github-pkoukk-tiktoken-go
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-dlclark-regexp2-dev,
               golang-github-google-uuid-dev,
               golang-github-stretchr-testify-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pkoukk-tiktoken-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pkoukk-tiktoken-go.git
Homepage: https://github.com/pkoukk/tiktoken-go
XS-Go-Import-Path: github.com/pkoukk/tiktoken-go

Package: golang-github-pkoukk-tiktoken-go-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-dlclark-regexp2-dev,
         golang-github-google-uuid-dev,
         golang-github-stretchr-testify-dev,
         ${misc:Depends},
Description: go version of tiktoken (library)
 Tiktoken-go is a native Go port of OpenAI's fast Byte Pair Encoding (BPE)
 tokenizer.
