summaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: c3169301b435fb4084506247b2bfa0d7922a55e8 (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.71-all-dev, clang-11, dejagnu, expect, libc++-11-dev, lld-11, libc++abi-11-dev
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