File: control

package info (click to toggle)
interface99 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ansic: 951; sh: 48; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: interface99
Section: devel
Priority: optional
Maintainer: Roland Mas <lolando@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 libmetalang99-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/Hirrolot/interface99
Vcs-Browser: https://salsa.debian.org/science-team/interface99
Vcs-Git: https://salsa.debian.org/science-team/interface99.git

Package: libinterface99-dev
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libmetalang99-dev,
Description: Full-featured interfaces for C99
 Full-featured interfaces inspired by Rust and Golang. Multiple
 inheritance, superinterfaces, and default implementations
 supported. No external tools required, pure C99.