49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: keystone-engine
|
|
Version: 0.9.2
|
|
Summary: Keystone assembler engine
|
|
Home-page: https://www.keystone-engine.org
|
|
Author: Nguyen Anh Quynh
|
|
Author-email: aquynh@gmail.com
|
|
License: UNKNOWN
|
|
Platform: UNKNOWN
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Topic :: Software Development :: Build Tools
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Programming Language :: Python :: 2
|
|
Classifier: Programming Language :: Python :: 3
|
|
Requires: ctypes
|
|
Provides: keystone
|
|
Description-Content-Type: text/markdown
|
|
|
|
|
|
Keystone is a lightweight multi-platform, multi-architecture assembler framework.
|
|
It offers some unparalleled features:
|
|
|
|
- Multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Ethereum Virtual Machine, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86 (include 16/32/64bit).
|
|
- Clean/simple/lightweight/intuitive architecture-neutral API.
|
|
- Implemented in C/C++ languages, with bindings for Java, Masm, C#, PowerShell, Perl, Python, NodeJS, Ruby, Go, Rust, Haskell, VB6 & OCaml available.
|
|
- Native support for Windows & \*nix (with Mac OSX, Linux, \*BSD & Solaris confirmed).
|
|
- Thread-safe by design.
|
|
- Open source - with a dual license.
|
|
|
|
Further information is available at http://www.keystone-engine.org
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
Keystone is available under a dual license:
|
|
|
|
- Version 2 of the GNU General Public License (GPLv2). (I.e. Without the "any later version" clause.).
|
|
License information can be found in the COPYING file EXCEPTIONS-CLIENT file.
|
|
|
|
This combination allows almost all of open source projects to use Keystone without conflicts.
|
|
|
|
- For commercial usage in production environments, contact the authors of Keystone to buy a royalty-free license.
|
|
|
|
See LICENSE-COM.TXT for more information.
|
|
|
|
|