All packages (version 14.05)
-
base: EiffelBase 773
Eiffel Base: kernel library classes, data structure, Input and Output
Tue, 21 May 2019 07:57:18 GMT
-
diff: Diff library 273
diff library
Tue, 21 May 2019 07:56:53 GMT
-
time: EiffelTime 212
Date/Time abstractions and computations. Manipulation of time, date and duration.
Tue, 21 May 2019 07:56:56 GMT
-
wel: WEL 204
WEL: Windows Eiffel Library, reusable Eiffel components for Windows programming.
windows win32 graphic registry file
Tue, 21 May 2019 07:58:01 GMT
-
process: EiffelProcess 200
Process library: Starting/Waiting for process as well as reading/writing to/from standard inputs. Note: it requires EiffelThread.
Tue, 21 May 2019 07:56:55 GMT
-
thread: Eiffel Thread 199
Multithreading 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
Tue, 21 May 2019 07:56:58 GMT
-
net: EiffelNet 192
EiffelNet wraps the OS underlying network layers in an elegant portable Eiffel library.
socket network smtp protocol mail
Tue, 21 May 2019 07:57:41 GMT
-
testing: Eiffel Autotests library 189
Library required to write autotest cases.
Tue, 21 May 2019 07:57:36 GMT
-
openid: Eiffel OpenID 178
OpenID consumer library
openid security web authentication sso
Tue, 21 May 2019 07:58:55 GMT
-
base_extension: Eiffel Base Extension 155
Extension to Eiffel Base
base structure support extension
Tue, 21 May 2019 07:57:49 GMT
-
game: Eiffel Game 149
Eiffel 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
-
curl: Eiffel cURL 146
libcURL wrapper library
network curl wrapper client http
Tue, 21 May 2019 07:57:35 GMT
-
uri: EiffelURI 133
Collection 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
Tue, 21 May 2019 07:57:58 GMT
-
api_wrapper: API wrapper 130
library used to wrap external libraries.
Tue, 21 May 2019 07:57:20 GMT
-
iphone: Eiffel iPhone Library 126
Eiffel Library for iPhone development
Tue, 21 May 2019 07:57:13 GMT
-
com: Eiffel COM 126
Com library: Reusing/Creating COM components in Eiffel.
Tue, 21 May 2019 07:57:31 GMT
-
gobo: Gobo Eiffel Project 124
The 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
Tue, 21 May 2019 07:58:42 GMT
-
ribbon: EiffelRibbon vision2 library 123
Eiffel Ribbon library of reusable components for Eiffel.
Tue, 21 May 2019 07:57:07 GMT
-
http_client: HTTP client 123
Provides 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
Tue, 21 May 2019 07:59:18 GMT
-
ael_printf: Amalasoft Eiffel Printf 122
The 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.
Tue, 21 May 2019 07:58:07 GMT
-
web: Obsolete Eiffel Web 122
Obsolete and simple solution to build CGI applications
Tue, 21 May 2019 07:57:37 GMT
-
store: Eiffel Store 120
EiffelStore: Relational database mapping for Eiffel.
store database mysql oracle odbc sybase sql relationaļ dbms rdbms
Tue, 21 May 2019 07:57:28 GMT
-
i18n: Eiffel internationalisation (i18n) library 118
i18n internationalisation applications
Tue, 21 May 2019 07:58:03 GMT
-
xml: Eiffel XML 117
Collection 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
Tue, 21 May 2019 07:57:57 GMT
-
base2: EiffelBase2 117
Fully specified and verified container library for Eiffel
Tue, 21 May 2019 07:56:32 GMT
-
wex: Windows Eiffel Library (WEL) eXtension 116
Collection of components extending the WEL library.
Tue, 21 May 2019 07:58:10 GMT
-
vision2_extension: EiffelVision2 extension 114
Extensions to the EiffelVision2 library.
vision2 extension container thread
Tue, 21 May 2019 07:57:15 GMT
-
nino: Eiffel Nino Web Server 113
Simple HTTPd server written in Eiffel
Tue, 21 May 2019 07:59:11 GMT
-
eclop: ECLOP, Eiffel Command Line Parser 109
ECLOP 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. ;-)
Tue, 21 May 2019 07:58:46 GMT
-
memory_analyzer: Memory Analyzer Library 108
Memory analyzer library: Track down your memory usage within your application.
Tue, 21 May 2019 07:56:59 GMT
-
error: Error framework 107
Errors 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.
Tue, 21 May 2019 07:58:47 GMT
-
libevent: Eiffel libEvent 106
libevent wrapper library for Eiffel
Tue, 21 May 2019 07:57:12 GMT
-
http: HTTP protocol 106
Collection 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
Tue, 21 May 2019 07:59:13 GMT
-
editor: Vision2 Editor library 105
Vision2 Text Editor Component.
vision2 gui text editor widget
Tue, 21 May 2019 07:57:03 GMT
-
encoding: Eiffel Encoding Library 105
The 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.
Tue, 21 May 2019 07:57:40 GMT
-
zeromq: Eiffel ZeroMQ wrapper 103
Eiffel Wrapper for ZeroMQ
zeromq zmq message inproc asynchronous
Tue, 21 May 2019 07:57:32 GMT
-
graph: EiffelGraph Library 103
EiffelGraph 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
Tue, 21 May 2019 07:57:39 GMT
-
ewf: EiffelWeb framework 102
EiffelWeb 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
Tue, 21 May 2019 07:59:03 GMT
-
uri_template: URI Template 101
Implement 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
Tue, 21 May 2019 07:59:21 GMT
-
arg_parser: Eiffel Argument Parser 100
An argument parser library for parsing and validating command line arguments.
arg argument parser command line cli
Tue, 21 May 2019 07:57:22 GMT
-
zlib: Eiffel zlib 100
zlib Eiffel Library
Tue, 21 May 2019 07:56:35 GMT
-
decimal: Decimal library 99
DECIMAL numbers. Following the 'General Decimal Arithmetic Specification'
Tue, 21 May 2019 07:58:11 GMT
-
uuid: EiffelUUID 99
Generate/Manipulate UUIDs.
uuid generator parser identifier
Tue, 21 May 2019 07:57:33 GMT
-
criteria: Eiffel criteria 99
Implementation 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
Tue, 21 May 2019 07:56:14 GMT
-
docking: Vision Smart Docking library 99
Docking: Multiplatform docking library of reusable components for Eiffel.
gui vision2 tool panel docking
Tue, 21 May 2019 07:57:53 GMT
-
content_negotiation: CONneg Content Negotiation 99
CONneg 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
Tue, 21 May 2019 07:59:15 GMT
-
netssl: Eiffel Net SSL 98
Extend Eiffel Net with SSL support (using openSSL)
Tue, 21 May 2019 07:56:31 GMT
-
svn: Subversion Client wrapper 98
A simple library wrapping subversion command line client.
Tue, 21 May 2019 07:58:08 GMT
-
objc_base: Objective-C Base Library 98
Wrapper classes for Objective C
Tue, 21 May 2019 07:57:06 GMT
-
patterns: Patterns 97
Patterns library
Tue, 21 May 2019 07:57:14 GMT
-
cocoa: COCOA Eiffel Wrapper 96
Cocoa is Apple's native object-oriented application programming interface (API) for the OS X operating system.
Tue, 21 May 2019 07:57:04 GMT
-
Eiffel2Java: Eiffel2Java 96
Eiffel2Java lets you call Java code by loading a JVM instance in an Eiffel process and controlling the execution of Java code from Eiffel.
Tue, 21 May 2019 07:57:30 GMT
-
ActiveX_control_container: ActiveX Control Container 95
Tue, 21 May 2019 07:57:09 GMT
-
gobo_extension: Eiffel Gobo extension 93
gobo extension library
Tue, 21 May 2019 07:57:50 GMT
-
espec: ESpec, an Eiffel Specification Library 92
ESpec: Eiffel Specification Library (simplified version without the GUI facilities).
Tue, 21 May 2019 07:58:50 GMT
-
argument_parser: Obsolete Eiffel Argument Parser 91
Obsolete, please use the new 'arg_parser' library
obsolete argument parser command line cli
Tue, 21 May 2019 07:58:05 GMT
-
http_authorization: HTTP Authorization 91
Class to manipulate HTTP 'Authorization' header value.
http authorization authentication web
Tue, 21 May 2019 07:58:58 GMT
-
notification_email: Notification Email 89
Abstract interface to send message via various mailers: - smtp - sendmail - external script - store on local file - ...
Tue, 21 May 2019 07:58:44 GMT
-
edk: Eiffel Drawing Kit (EDK) 89
Multiplatform drawing kit
Tue, 21 May 2019 07:56:52 GMT
-
logging: EiffelLogging 87
Logging Cluster - Provide interface to various logging mechanisms
Tue, 21 May 2019 07:57:26 GMT
-
smarty: Eiffel Smarty Template engine 87
Template 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, ...).
Tue, 21 May 2019 07:59:26 GMT
-
vision2: Eiffel Vision2 85
EiffelVision2 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
Tue, 21 May 2019 07:57:48 GMT
-
sqlite3: Eiffel sqlite3 library 83
Eiffel SQLite wrapper for http://www.sqlite.org/ library. This provides a statically linked sqlite, based in SQLite 3.7.8.
persistency database sqlite sqlite3
Tue, 21 May 2019 07:56:20 GMT
-
microdata: MicroData parser 83
Solution to extract MicroData from HTML5 content.
microdata parser html5 html data machine-readable schema
Tue, 21 May 2019 07:59:19 GMT
-
abel: Eiffel ABEL 81
A library for unified access to persistence services.
persistency database dbms rdbms odbms sql nosql mysq sqlite couchdb
Tue, 21 May 2019 07:56:26 GMT
-
crypto: Eiffel Crypto 79
Eiffel 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
Tue, 21 May 2019 07:56:42 GMT
-
event: Eiffel Event Library (EEL) 78
Event library
Tue, 21 May 2019 07:56:50 GMT
-
ewsgi: Eiffel Web Server Gateway Interface 78
Mon, 07 Jul 2014 14:23:45 GMT
-
eapml: Eiffel Arbitrary Precision Mathematics Library 76
Eiffel Arbitrary Precision Mathematics
Tue, 21 May 2019 07:58:13 GMT
-
preferences: EiffelPreferences 75
Preferences 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
Tue, 21 May 2019 07:57:54 GMT
-
collection+json: Eiffel Collection+JSON 74
Eiffel 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
Tue, 21 May 2019 07:59:01 GMT
-
pcre: PCRE regexp library 72
PCRE regexp library, also supporting unicode.
Tue, 21 May 2019 07:56:39 GMT
-
bzip2: Eiffel bzip2 70
BZlib Eiffel library
Tue, 21 May 2019 07:56:36 GMT
-
mysqli: Eiffel MySQLi 67
MySQLi Eiffel wrapper.
persistency database sql mysql
Tue, 21 May 2019 07:56:21 GMT
-
test_set_helper: Test Set Heper 65
A number of assert_* features designed to make writing tests and making sense of test failures a little easier.
Thu, 01 Jan 1970 00:00:00 GMT
-
gobo-eiffel: Gobo Eiffel Project 54
The Gobo Eiffel Project provides the Eiffel community with free and portable Eiffel tools and libraries
Wed, 11 Jun 2014 09:56:06 GMT
-
hal: HAL 42
Eiffel HAL is a library to work with http://stateless.co/hal_specification.html#json HAL is used for exposing RESTful hypermedia APIs. Right now the current implementation only support JSON_HAL.
Hypermedia REST Media-type API Media-Type api rest hypermedia media-type
Tue, 21 May 2019 07:58:59 GMT
-
eel: Eiffel Encryption Library 40
An encryption library in Eiffel
Tue, 21 May 2019 07:59:27 GMT
-
json: Eiffel JSON 39
Eiffel JSON parser and visitors.
Tue, 21 May 2019 07:59:23 GMT
-
kmp_matcher: Eiffel Matcher 38
Matcher pattern - wildchar implementation (* and ?).
kmp wildchar matcher regexp pattern
Tue, 21 May 2019 07:57:56 GMT
-
parse: EiffelParse 38
Parse library: Parsing facilities.
Tue, 21 May 2019 07:57:01 GMT
-
web_browser: Eiffel Web Browser 38
Web 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
Tue, 21 May 2019 07:57:00 GMT
-
wikitext: Wikitext 37
Wikitext 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
Tue, 21 May 2019 07:59:24 GMT
-
lex: Eiffel Lex library 36
Lex library: Lexical analyzer
Tue, 21 May 2019 07:56:51 GMT
-
abel_extension: ABEL Extension 1
Extensions to the functionality of the ABEL library. Purpose: To extend and enhance the facilities of the ABEL library, specifically adding general features found in most databases (e.g. min, max, count, etc). How: By adding a series of extension, helper, and constants classes designed to meet the purpose statement above. Prerequisites: The ABEL ("A Better Eiffelstore Library") library and its Tutorial documentation as well as the "back-end" documentation. Basics: The ABEL extension library is mostly about two ideas: Making generic, easy, and reusable complex queries, hiding the complexity. Second, it is about making various helper classes such as AE_DATA_IDENTIFIED. * AE_DATA_ACCESSOR and AE_OBJECT_DATA_ACCESSOR [G]. Both of these classes allow for query access to a database, where AE_DATA_ACCESSOR is generic to any object type stored in the database and AE_OBJECT_DATA_ACCESSOR [G] is about a specific object type (e.g. the G generic parameter). * AE_DATA_IDENTIFIED is the heart of adding facilities like "primary_key" to objects being stored in the database. Currently, ABEL offers no way to access the primary keys and other common database facilities. I believe this is due to the cross-database nature of the library where the target repositories may or may not have the same features available in them. AE_DATA_IDENTIFIED attempts to bring these common facilities like "primary_key" to every database. * AE_OBJECT_STORE facilitates having `primary_key'-based references in objects rather than direct references (e.g. my_feature_id: INTEGER_64 a my_feature: detachable MY_FEATURE do Result := (create AE_OBJECT_STORE [MY_FEATURE]).object_for_id (my_feature_id) end This means that each object can be loaded very quickly without having to load the entire object-graph. Facilitates loading the graph only as deep as is needed. However, it does not bar one from loading the deep object graph (e.g. all of it).
ABEL Eiffelstore extension database
Thu, 01 Jan 1970 00:00:00 GMT
-
iso8601: ISO 8601 date/time library
Library for creating and processing date/times in ISO8601 string form, and converting in and out of Eiffel Time library form.
Thu, 17 Jul 2014 14:46:45 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 (*,?).