aboutsummaryrefslogtreecommitdiff
path: root/devel/capstone5/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/capstone5/pkg-descr')
-rw-r--r--devel/capstone5/pkg-descr16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/capstone5/pkg-descr b/devel/capstone5/pkg-descr
deleted file mode 100644
index fcd3cdb17cb6..000000000000
--- a/devel/capstone5/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Capstone is a lightweight multi-platform, multi-architecture disassembly
-framework.
-
-Features:
- * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
- * Clean/simple/lightweight/intuitive architecture-neutral API
- * Provide details on disassembled instruction (called "decomposer")
- * Provide some semantics of the disassembled instruction, such as list of
- implicit registers read & written.
- * Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
- GO, OCaml & Vala available.
- * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
- * Thread-safe by design
- * Distributed under the open source BSD license
-
-WWW: http://capstone-engine.org/