Source: kytensor-llm
Section: libs
Priority: optional
Maintainer: kylin <kylin@kylinos.cn>
Build-Depends: git, g++, cmake (>=3.18), debhelper-compat (= 12), ocl-icd-libopencl1
Standards-Version: 2.0.0 
Homepage: https://github.com/ggerganov/llama.cpp

Package: kytensor-llm
Replaces: llamacpp
Breaks: llamacpp
Conflicts: llamacpp
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Inference of Meta's LLaMA model (and others) in pure C/C++ 
 This package contains the llama.cpp core runtime libraries.
 The main goal of llama.cpp is to enable LLM inference with minimal setup and state-of-the-art performance on a wide variety of hardware - locally and in the cloud. 

Package: kytensor-llm-dev
Replaces: llamacpp-dev
Breaks: llamacpp-dev
Conflicts: llamacpp-dev
Section: libdevel
Architecture: any
Depends: kytensor-llm (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} 
Description: development files for llama.cpp 
 This package contains the header files to compile applications that use llama.cpp, and contains the binary files to run llama.cpp.
 The main goal of llama.cpp is to enable LLM inference with minimal setup and state-of-the-art performance on a wide variety of hardware - locally and in the cloud.
