./wip/libcpu, Anything-to-anything binary translation library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0nb20230213, Package name: libcpu-0nb20230213, Maintainer: pkgsrc-users

"libcpu" is an open source library that emulates several CPU architectures,
allowing itself to be used as the CPU core for different kinds of emulator
projects. It uses its own frontends for the different CPU types, and uses LLVM
for the backend. libcpu is supposed to be able to do user mode and system
emulation, and dynamic as well as static recompilation.


Required to run:
[lang/libLLVM]

Required to build:
[devel/cmake] [devel/git-base] [pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2015-03-04 18:33:48 by Tobias Nygren | Files touched by this commit (4)
Log message:
this project moved to github
   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-02-13 17:33:06 by Tobias Nygren | Files touched by this commit (2)
Log message:
fix typo
   2010-02-13 17:22:14 by Tobias Nygren | Files touched by this commit (11) | Imported package
Log message:
Import libcpu ( www.libcpu.org ) SVN package.

It doesn't install anything yet, but it's still useful if you want to
build it and play around with the test suite.