Section: science
Priority: optional
Maintainer: Mathieu Baudier <mbaudier@argeo.org>
-Build-Depends: debhelper-compat (= 13), pkg-config, cmake-data, cmake, cpio, curl, libcurl4-openssl-dev, file, git,
+Build-Depends: debhelper-compat (= 13), pkg-config, cmake-data, cmake, cpio, curl, openssl, libcurl4-openssl-dev, file, git,
ggml-dev
Standards-Version: 4.5.1
Homepage: https://github.com/ggerganov/llama.cpp
Package: libllama
Priority: optional
Architecture: any
-Depends: ${shlibs:Depends},
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends},
libggml
-Recommends: curl
Description: Inference of LLMs in pure C/C++ (shared library)
Llama.cpp inference of LLMs in pure C/C++ (shared library).
Package: llama-cpp-cli
Architecture: any
Priority: optional
-Depends: ${shlibs:Depends},
- libllama
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ libllama, curl
Description: Inference of LLMs in pure C/C++ (CLI)
Llama.cpp inference of LLMs in pure C/C++ (CLI).
Package: llama-cpp-server
Architecture: any
Priority: optional
-Depends: ${shlibs:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends},
libllama, curl, openssl
Description: Inference of LLMs in pure C/C++ (CLI)
Llama.cpp inference of LLMs in pure C/C++ (CLI).
Package: libllama-dev
Architecture: any
Priority: optional
-Depends: ggml-dev, libllama
+Depends: ${misc:Depends},
+ ggml-dev, libllama
Description: Inference of LLMs in pure C/C++ (development files)
Llama.cpp inference of LLMs in pure C/C++ (development files).
Package: llama-cpp-dev
Architecture: any
Priority: optional
-Depends: libllama-dev
-Description: Inference of LLMs in pure C/C++ (common development files)
- Llama.cpp inference of LLMs in pure C/C++ (common development files).
-
\ No newline at end of file
+Depends: ${misc:Depends},
+ libllama-dev
+Description: Inference of LLMs in pure C/C++ (common static library)
+ Llama.cpp inference of LLMs in pure C/C++ (common static library).
Source: https://github.com/ggerganov/llama.cpp
Files: *
-Copyright: Copyright (c) 2023-2024 The llama.cpp authors
+Copyright: Copyright (c) 2023-2025 The llama.cpp authors
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
-
+ .
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
-
+ .
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
SOFTWARE.
Files: debian/*
-Copyright: 2024 Mathieu Baudier <mbaudier@argeo.org>
+Copyright: 2024-2025 Mathieu Baudier <mbaudier@argeo.org>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by