File: setup.cfg

package info (click to toggle)
lief 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 16,036 kB
  • sloc: cpp: 76,013; python: 6,167; ansic: 3,355; pascal: 404; sh: 98; makefile: 32
file content (30 lines) | stat: -rw-r--r-- 916 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
[metadata]
name          = lief
description   = LIEF is a library to instrument executable formats
author        = Romain Thomas
author_email  = rthomas@quarkslab.com
url           = https://lief.quarkslab.com
license       = Apache 2.0
keywords      = parser, elf, pe, macho
classifiers   =
  License :: OSI Approved :: Apache Software License
  Development Status :: 4 - Beta
  Environment :: Console
  Intended Audience :: Developers
	Intended Audience :: Science/Research
  Operating System :: MacOS :: MacOS X
  Operating System :: POSIX :: Linux
  Operating System :: Microsoft :: Windows
  Programming Language :: C++
  Programming Language :: Python :: 2
  Programming Language :: Python :: 3
  Topic :: Software Development :: Libraries
  Topic :: Security
  Topic :: Scientific/Engineering :: Information Analysis
	Topic :: Software Development :: Build Tools

[options]
zip_safe = False
packages = lief