blob: b1925228addf1f974a493bac9b5959599177b1cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Source: minicc
Section: devel
Priority: optional
Maintainer: Roland Reichwein <mail@reichwein.it>
Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.74-all-dev, clang-14, libc++-14-dev, lld-14, libc++abi-14-dev, libreichwein-dev (>= 1.6), googletest
Standards-Version: 4.5.0
Homepage: http://www.reichwein.it/minicc/
Package: minicc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Homepage: http://www.reichwein.it/minicc/
Description: Simple Compiler
Minicc is a simple C++20 compiler.
.
Features:
- C++ Front End
- Incomplete feature set of C++20
- Assembler
- Intel 64 backend
|