summaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 3a18e3d173acb0e7d98755a8a3459a9d7e183b03 (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, clang | g++-10, dejagnu, expect
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