Results for "tag:wrapc"
-
wrap_sdl: Eiffel wrap_sdl 196
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_tidy: Eiffel wrap_tidy 202
Eiffel binding for HTML tidy library. libtidy is a C static and dynamic library that developers can integrate into their applications in order to bring all of Tidy's power to your favorite tools. libtidy is used today in desktop applications, web servers, and more.
Wed, 27 May 2020 13:21:09 GMT
-
wrap_yaml: Eiffel wrap_yaml 189
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_libusb: Eiffel wrap_libusb 178
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 186
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_lz4: Eiffel wrap_lz4 209
Eiffel binding for lz4 - Extremely fast compression library. lz4 is Extremely Fast Compression algorithm.
Thu, 21 May 2020 21:52:15 GMT
-
wrap_libqrencode: Eiffel wrap_libqrencode 189
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_libgit2: Eiffel wrap_libgit 196
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_gsl: Eiffel wrap_gsl 213
Eiffel binding for GNU GSL C library. The GNU Scientific Library (GSL) is a collection of routines for numerical computing.
Thu, 21 May 2020 11:39:41 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 (*,?).