Results for "tag:library"
-
wrap_libusb: Eiffel wrap_libusb 180
wrap_libusb is an Eiffel binding of libusb C API using WrapC tool. libusb is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware. It is portable: Using a single cross-platform API, it provides access to USB devices on Linux, macOS, Windows, etc.
Thu, 21 May 2020 22:10:48 GMT
-
wrap_quirc: Eiffel wrap_quirc 187
wrap_quirc is an Eiffel binding of quirc C API using WrapC tool. Quirc is a C library for scanning QR codes.
Thu, 21 May 2020 22:08:11 GMT
-
wrap_yaml: Eiffel wrap_yaml 190
wrap_yaml is an Eiffel binding of YAML C API using WrapC tool. LibYAML is a YAML parser and emitter library.
Fri, 22 May 2020 00:47:48 GMT
-
wrap_libqrencode: Eiffel wrap_libqrencode 191
wrap_libqrencode is an Eiffel binding of libqrencode using WrapC tool. Libqrencode is a fast and compact library for encoding data in a QR Code, a 2D symbology that can be scanned by handy terminals such as a smartphone. The capacity of QR Code is up to 7000 digits or 4000 characters and has high robustness.
Thu, 21 May 2020 12:50:05 GMT
-
wrap_sdl: Eiffel wrap_sdl 197
wrap_sdl is an Eiffel binding of SDL API using WrapC tool. Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.
sdl game library wrapc sld_image
Wed, 17 Jun 2020 15:37:09 GMT
-
wrap_libgit2: Eiffel wrap_libgit 197
Wrap_libgit2 is an Eiffel binding of libgit2 C library using WrapC tool. libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
Thu, 21 May 2020 12:20:09 GMT
-
wrap_lz4: Eiffel wrap_lz4 211
Eiffel binding for lz4 - Extremely fast compression library. lz4 is Extremely Fast Compression algorithm.
Thu, 21 May 2020 21:52:15 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 (*,?).