File: control

package info (click to toggle)
mes 0.24.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,908 kB
  • sloc: ansic: 24,104; lisp: 11,490; sh: 6,609; asm: 187; makefile: 36
file content (32 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: mes
Section: devel
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper-compat (=13),
 graphviz <!nodoc>,
 guile-3.0-dev,
 help2man <!nodoc>,,
 install-info <!nodoc>,
 mescc-tools (>= 1.4),
 nyacc (>= 1.00.2-3~),
 texinfo <!nodoc>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.gnu.org/software/mes/
Vcs-Git: https://salsa.debian.org/debian/mes.git
Vcs-Browser: https://salsa.debian.org/debian/mes

Package: mes
Architecture: amd64 armhf i386
Depends: ${misc:Depends}, ${shlibs:Depends},
 guile-3.0,
 nyacc (>= 1.00.2-3~),
 mescc-tools (>= 1.4),
Description: Maxwell Equations of Software
 GNU Mes aims to help create a full source bootstrap as part of the
 bootstrappable builds effort. It consists of a mutual self-hosting
 Scheme interpreter written in C and a Nyacc-based C compiler written
 in Scheme.
 .
 Mes and MesCC can compile a lightly patched TinyCC that is
 self-hosting.