mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
Ruby-GPGME is a ruby interface to GnuPG Made Easy (GPGME).
|
|
|
|
- Provides three levels of API.
|
|
|
|
- The low-level API allows direct access to about 94% of C functions
|
|
provided by GPGME.
|
|
|
|
- The mid-level API looks object-oriented (or rubyish).
|
|
|
|
- The high-level API provides a convenient class-based interface to
|
|
frequently used GPGME functions.
|
|
|
|
WWW: http://ruby-gpgme.rubyforge.org/
|