All packages (version 15.01)
- 
game: Eiffel Game 341Eiffel libraries to used in game developpment.On Windows, you must copy the correct DLL in the project folder or in the Windows system folder. See: https://github.com/tioui/eiffel_game_lib/raw/40abacf6d7321965fa0c934109957abf4228f117/C_library_Windows.zip . On linux, you need those development libraries installed: SDL, SDL_image, SDL_gfx, SDL_ttf, OpenAL, Libsndfile and FFMPEG LibAV. On ubuntu, use: sudo apt-get install libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-ttf2.0-dev libopenal-dev libsndfile1-dev libavcodec-dev libavformat-dev libswscale-dev libavresample-dev . Fri, 30 Jan 2015 03:06:51 GMT 
- 
criteria: Eiffel criteria 353Implementation of Filter|Criteria pattern. Useful to filter a list. Via a Criteria factory, it provides expression evaluation based on binary operators and labels, such as "name:foo or tag:test" which keeps items satisfying criteria "name=foo" and has tag "test". criteria filter pattern search Fri, 21 Feb 2025 18:01:28 GMT 
- 
sqlite3: Eiffel sqlite3 library 397Eiffel SQLite wrapper for http://www.sqlite.org/ library. This provides a statically linked sqlite, based in SQLite 3.7.8. persistency database sqlite sqlite3 Fri, 21 Feb 2025 18:01:44 GMT 
- 
mysqli: Eiffel MySQLi 351MySQLi Eiffel wrapper. persistency database sql mysql Fri, 21 Feb 2025 18:01:46 GMT 
- 
abel: Eiffel ABEL 335A library for unified access to persistence services. persistency database dbms rdbms odbms sql nosql mysq sqlite couchdb Fri, 21 Feb 2025 18:01:57 GMT 
- 
netssl: Eiffel Net SSL 349Extend Eiffel Net with SSL support (using openSSL) Fri, 21 Feb 2025 18:02:04 GMT 
- 
base2: EiffelBase2 358Fully specified and verified container library for Eiffel Fri, 21 Feb 2025 18:02:06 GMT 
- 
zlib: Eiffel zlib 335zlib Eiffel Library Fri, 21 Feb 2025 18:02:11 GMT 
- 
bzip2: Eiffel bzip2 374BZlib Eiffel library Fri, 21 Feb 2025 18:02:12 GMT 
- 
unstable_base_extension: Unstable extension to Eiffel Base 298Add graph related structures to Eiffel Base Fri, 21 Feb 2025 18:02:17 GMT 
- 
pcre: PCRE regexp library 335PCRE regexp library, also supporting unicode. Fri, 21 Feb 2025 18:02:19 GMT 
- 
crypto: Eiffel Crypto 319Eiffel Encryption facilities written in Eiffel, without dependencies on specific C library. Support for - bcrypt - hashing: md5, sha1, sha256, message_digest - hmac: hmac_md5, hmac_sha1, hmac_sha256 - salt, xor_shift_64 encryption bcrypt md5 sha sha1 sha256 message digest hmac salt Fri, 21 Feb 2025 18:02:23 GMT 
- 
C_library: C_library dependencies 365Clibs dependencies used by other Eiffe libraries. Please do not use directly. clib libpng zlib libcurl openssl Fri, 21 Feb 2025 18:03:31 GMT 
- 
event: Eiffel Event Library (EEL) 352Event library Fri, 21 Feb 2025 18:03:32 GMT 
- 
lex: Eiffel Lex library 327Lex library: Lexical analyzer Fri, 21 Feb 2025 18:03:34 GMT 
- 
edk: Eiffel Drawing Kit (EDK) 353Multiplatform drawing kit Fri, 21 Feb 2025 18:03:35 GMT 
- 
diff: Diff library 369diff library Fri, 21 Feb 2025 18:03:36 GMT 
- 
process: EiffelProcess 397Process library: Starting/Waiting for process as well as reading/writing to/from standard inputs. Note: it requires EiffelThread. Fri, 21 Feb 2025 18:03:38 GMT 
- 
time: EiffelTime 373Date/Time abstractions and computations. Manipulation of time, date and duration. Fri, 21 Feb 2025 18:03:40 GMT 
- 
thread: Eiffel Thread 322Multithreading facilities for Eiffel. Add threads to your application. EiffelThread provides basic synchronization objects such as mutex, semaphore, condition variables, read/write lock. thread concurrency concurrent mt Fri, 21 Feb 2025 18:03:41 GMT 
- 
memory_analyzer: Memory Analyzer Library 356Memory analyzer library: Track down your memory usage within your application. Fri, 21 Feb 2025 18:03:43 GMT 
- 
web_browser: Eiffel Web Browser 340Web Browser: Multiplatform web browser extension of Vision2 library for Eiffel. Based on Webkit-1.0 on Linux; IE core on Windows. browser html embedded vision2 widget Fri, 21 Feb 2025 18:03:45 GMT 
- 
parse: EiffelParse 335Parse library: Parsing facilities. Fri, 21 Feb 2025 18:03:46 GMT 
- 
editor: Vision2 Editor library 349Vision2 Text Editor Component. vision2 gui text editor widget Fri, 21 Feb 2025 18:03:48 GMT 
- 
cocoa: COCOA Eiffel Wrapper 359Cocoa is Apple's native object-oriented application programming interface (API) for the OS X operating system. Fri, 21 Feb 2025 18:03:50 GMT 
- 
objc_base: Objective-C Base Library 319Wrapper classes for Objective C Fri, 21 Feb 2025 18:03:52 GMT 
- 
ribbon: EiffelRibbon vision2 library 348Eiffel Ribbon library of reusable components for Eiffel. Fri, 21 Feb 2025 18:03:54 GMT 
- 
ActiveX_control_container: ActiveX Control Container 345Fri, 21 Feb 2025 18:03:56 GMT 
- 
libevent: Eiffel libEvent 338libevent wrapper library for Eiffel Fri, 21 Feb 2025 18:04:02 GMT 
- 
iphone: Eiffel iPhone Library 345Eiffel Library for iPhone development Fri, 21 Feb 2025 18:04:04 GMT 
- 
patterns: Patterns 357Patterns library Fri, 21 Feb 2025 18:04:05 GMT 
- 
vision2_extension: EiffelVision2 extension 343Extensions to the EiffelVision2 library. vision2 extension container thread Fri, 21 Feb 2025 18:04:07 GMT 
- 
base: EiffelBase 447Eiffel Base: kernel library classes, data structure, Input and Output Fri, 21 Feb 2025 18:04:12 GMT 
- 
api_wrapper: API wrapper 368library used to wrap external libraries. Fri, 21 Feb 2025 18:04:14 GMT 
- 
arg_parser: Eiffel Argument Parser 343An argument parser library for parsing and validating command line arguments. arg argument parser command line cli Fri, 21 Feb 2025 18:04:16 GMT 
- 
logging: EiffelLogging 352Logging Cluster - Provide interface to various logging mechanisms Fri, 21 Feb 2025 18:04:26 GMT 
- 
store: Eiffel Store 414EiffelStore: Relational database mapping for Eiffel. store database mysql oracle odbc sybase sql relationaļ dbms rdbms Fri, 21 Feb 2025 18:04:30 GMT 
- 
Eiffel2Java: Eiffel2Java 360Eiffel2Java lets you call Java code by loading a JVM instance in an Eiffel process and controlling the execution of Java code from Eiffel. Fri, 21 Feb 2025 18:04:31 GMT 
- 
com: Eiffel COM 351Com library: Reusing/Creating COM components in Eiffel. Fri, 21 Feb 2025 18:04:33 GMT 
- 
zeromq: Eiffel ZeroMQ wrapper 363Eiffel Wrapper for ZeroMQ zeromq zmq message inproc asynchronous Fri, 21 Feb 2025 18:04:34 GMT 
- 
uuid: EiffelUUID 392Generate/Manipulate UUIDs. uuid generator parser identifier Fri, 21 Feb 2025 18:04:36 GMT 
- 
curl: Eiffel cURL 404libcURL wrapper library network curl wrapper client http Fri, 21 Feb 2025 18:04:37 GMT 
- 
testing: Eiffel Autotests library 390Library required to write autotest cases. Fri, 21 Feb 2025 18:04:39 GMT 
- 
web: Obsolete Eiffel Web 347Obsolete and simple solution to build CGI applications Fri, 21 Feb 2025 18:04:40 GMT 
- 
graph: EiffelGraph Library 326EiffelGraph lets you build graph representation which are either static or dynamic. The later is using some clever physics algorithm to automatically position nodes of the graph depending on the repulsion of each nodes and the stiffness of each edge. vision2 graph physics algorithm Fri, 21 Feb 2025 18:04:44 GMT 
- 
encoding: Eiffel Encoding Library 380The library is used to convert string among various encodings. It basically wraps Windows APIs on windows and iconv library on Unix. Major Unicode encoding conversions are implemented in pure Eiffel. Fri, 21 Feb 2025 18:04:45 GMT 
- 
net: EiffelNet 391EiffelNet wraps the OS underlying network layers in an elegant portable Eiffel library. socket network smtp protocol mail Fri, 21 Feb 2025 18:04:47 GMT 
- 
vision2: Eiffel Vision2 357EiffelVision2 is a nice GUI toolkit abstraction that works on multiple platforms. It is based on GTK for Unix and WEL on Windows. gui portable widget window ui toolkit Fri, 21 Feb 2025 18:04:59 GMT 
- 
base_extension: Eiffel Base Extension 358Extension to Eiffel Base base structure support extension Fri, 21 Feb 2025 18:05:01 GMT 
- 
gobo_extension: Eiffel Gobo extension 341gobo extension library Fri, 21 Feb 2025 18:05:03 GMT 
- 
docking: Vision Smart Docking library 322Docking: Multiplatform docking library of reusable components for Eiffel. gui vision2 tool panel docking Fri, 21 Feb 2025 18:05:07 GMT 
- 
preferences: EiffelPreferences 305Preferences library - support XML - support registry keys (Windows) - provide a set of vision2 widget to edit the preferences from a vision2 app. preferences console application vision2 widget Fri, 21 Feb 2025 18:05:08 GMT 
- 
kmp_matcher: Eiffel Matcher 346Matcher pattern - wildchar implementation (* and ?). kmp wildchar matcher regexp pattern Fri, 21 Feb 2025 18:05:10 GMT 
- 
xml: Eiffel XML 372Collection of Eiffel libraries to manipulate XML content: - XML parser: parser and callbacks components - XML tree: document, elements, and nodes (and related visitors) xml parser tree callback visitor Fri, 21 Feb 2025 18:05:12 GMT 
- 
uri: EiffelURI 331Collection of URI parser and builder: - URI : Uniform Resource Identifier - PATH_URI : URI application for path - IRI : Internationalized Resource Identifier parser uri iri path resource identifier Fri, 21 Feb 2025 18:05:13 GMT 
- 
wel: WEL 372WEL: Windows Eiffel Library, reusable Eiffel components for Windows programming. windows win32 graphic registry file Fri, 21 Feb 2025 18:05:17 GMT 
- 
i18n: Eiffel internationalisation (i18n) library 341i18n internationalisation applications Fri, 21 Feb 2025 18:05:21 GMT 
- 
argument_parser: Obsolete Eiffel Argument Parser 348Obsolete, please use the new 'arg_parser' library obsolete argument parser command line cli Fri, 21 Feb 2025 18:05:23 GMT 
- 
ael_printf: Amalasoft Eiffel Printf 347The Amalasoft Eiffel Printf Cluster is a collection of classes that implements a printf facility for the Eiffel language. It depends on the Eiffel base libraries (available in open source or commercial form from Eiffel Software www.eiffel.com) and is, like other Eiffel code, portable across platforms. Fri, 21 Feb 2025 18:05:27 GMT 
- 
svn: Subversion Client wrapper 333A simple library wrapping subversion command line client. Fri, 21 Feb 2025 18:05:29 GMT 
- 
wex: Windows Eiffel Library (WEL) eXtension 353Collection of components extending the WEL library. Fri, 21 Feb 2025 18:05:31 GMT 
- 
decimal: Decimal library 348DECIMAL numbers. Following the 'General Decimal Arithmetic Specification' Fri, 21 Feb 2025 18:05:33 GMT 
- 
eapml: Eiffel Arbitrary Precision Mathematics Library 356Eiffel Arbitrary Precision Mathematics Fri, 21 Feb 2025 18:05:35 GMT 
- 
gobo: Gobo Eiffel Project 338The Gobo Eiffel Project provides the Eiffel community with free and portable Eiffel tools and libraries. See package 'ise_gobo' to include easily the library via .ecf files. gobo ise kernel structure io buffer xml Fri, 21 Feb 2025 18:06:29 GMT 
- 
notification_email: Notification Email 372Abstract interface to send message via various mailers: - smtp - sendmail - external script - store on local file - ... Fri, 21 Feb 2025 18:06:30 GMT 
- 
eclop: ECLOP, Eiffel Command Line Parser 340ECLOP stands for Eiffel Command Line Parser and is a small library for parsing command line options. The current release (0.1.1) should still be considered a beta release but should despite that still be useful for writing command line based programs and it is reasonably stable. Your mileage may vary. ;-) Fri, 21 Feb 2025 18:06:33 GMT 
- 
error: Error framework 346Errors and associated handler, to manage errors and also provides a way to synchronize one or many error handlers. This is convenient to propagate error from a layer to another without adding unwanted dependencies. Fri, 21 Feb 2025 18:06:34 GMT 
- 
espec: ESpec, an Eiffel Specification Library 378ESpec: Eiffel Specification Library (simplified version without the GUI facilities). Fri, 21 Feb 2025 18:07:10 GMT 
- 
openid: Eiffel OpenID 550OpenID consumer library openid security web authentication sso Fri, 21 Feb 2025 18:07:21 GMT 
- 
http_authorization: HTTP Authorization 339Class to manipulate HTTP 'Authorization' header value. http authorization authentication web Fri, 21 Feb 2025 18:07:24 GMT 
- 
collection+json: Eiffel Collection+JSON 356Eiffel Collection+json is a library to work with Collection+JSON - Hypermedia Type, see http://www.amundsen.com/media-types/collection/ . hypermedia media-type api collection+json web Fri, 21 Feb 2025 18:07:28 GMT 
- 
ewf: EiffelWeb framework 404EiffelWeb framework. Include: - wsf and ewsgi: core of the Eiffel Web Framework, used to build web server application. - EWSGI connectors and their WSF integrations. - Various wsf extensions (extension, session, policy driven, ..) - text encoder (html, percent encoding, ...) - wsf html: to generate and handle html widgets such as web forms. - wsf proxy: to add reverse proxy behavior. ewf server httpd request connector policy session widget form web proxy network Fri, 21 Feb 2025 18:07:32 GMT 
- 
nino: Eiffel Nino Web Server 355Simple HTTPd server written in Eiffel Fri, 21 Feb 2025 18:07:48 GMT 
- 
http: HTTP protocol 355Collection of interfaces related to HTTP protocol: - header - status codes, request methods - content type, media type, mime type. - cookie - date used in web protocol - file extension mime mapping http web header status method type mime cookie Fri, 21 Feb 2025 18:07:49 GMT 
- 
content_negotiation: CONneg Content Negotiation 370CONneg is a library that provides utilities to select the best repesentation of a resource for a client where there are multiple representations available. content accept conneg negotiation EWF web request Fri, 21 Feb 2025 18:07:52 GMT 
- 
http_client: HTTP client 363Provides simple routines to perform http requests, and get associated response. It has two implementations: - using Eiffel cURL (i.e libcurl) - using EiffelNET (and the EiffelNET SSL extension) http client network request web curl EWF Fri, 21 Feb 2025 18:07:56 GMT 
- 
microdata: MicroData parser 334Solution to extract MicroData from HTML5 content. microdata parser html5 html data machine-readable schema Fri, 21 Feb 2025 18:07:57 GMT 
- 
uri_template: URI Template 319Implement URI Template as described at http://tools.ietf.org/rfc/rfc6570.txt Support for URI template string expansion But also partial URI Template matching parser uri template router generator url Fri, 21 Feb 2025 18:08:00 GMT 
- 
json: Eiffel JSON 378Eiffel JSON parser and visitors. Fri, 21 Feb 2025 18:08:02 GMT 
- 
wikitext: Wikitext 389Wikitext parser. Wikitext rendering as HTML. Support for notion of Wikitext book (book structure). See mediawiki for information related to wikitext format. wiki wikitext mediawiki book rendering html Fri, 21 Feb 2025 18:08:04 GMT 
- 
smarty: Eiffel Smarty Template engine 343Template engine library inspired by smarty.net php template engine. It provides a parser and the engine execution itself in order to generate for instance html output. However it can be used to generate any kind of output (xml, json, html, ...). Fri, 21 Feb 2025 18:08:06 GMT 
- 
eel: Eiffel Encryption Library 380An encryption library in Eiffel Fri, 21 Feb 2025 18:08:08 GMT 
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).