zig/debian/control
2024-11-29 21:13:32 +01:00

32 lines
1.1 KiB
Plaintext

Source: zig
Section: devel
Priority: optional
Maintainer: Nick Hastings <nicholaschastings@gmail.com>
Build-Depends: cmake, debhelper-compat (= 13), gcc (>= 7.0.0), zlib1g-dev, chrpath,
clang (>= 6.0.0),
llvm-18-dev,
llvm-18,
libclang-18-dev,
llvm-dev,
liblld-18-dev,
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/zig-team/zig
Vcs-Git: https://salsa.debian.org/zig-team/zig.git
Homepage: https://github.com/ziglang/zig
Package: zig
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Imperative, general-purpose, statically typed, system programming language
The ultimate goal of the Zig project is to serve users. As a
first-order effect, this means users of the compiler, helping
programmers to write better software. Even more important, however,
are the end-users. Zig is intended to be used to help end-users
accomplish their goals. Zig should be used to empower end-users,
never to exploit them financially, or to limit their freedom to
interact with hardware or software in any way.
.
This package provides the zig compiler.