Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gmarkall/OpenJCVM


https://github.com/gmarkall/OpenJCVM

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Open Java Card Virtual Machine
==============================

To compile:

```
mkdir build
cd build
cmake ..
make
make test
```

Invoke with:

```
./bin/openjcvm
```