Results for "tag:wrapc"
-
wrap_rsvg: Eiffel wrap_rsvg 154
wrap_rsvg is an Eiffel binding of Librsvg C API This is librsvg - A small library to render Scalable Vector Graphics (SVG), associated with the GNOME Project. It renders SVG files to Cairo surfaces. Cairo is the 2D, antialiased drawing library that GNOME uses to draw things to the screen or to generate output for printing.
Mon, 07 Dec 2020 12:49:43 GMT
-
wrap_mpack: Eiffel wrap_mpack 166
wrap_mpack is an Eiffel binding of mpack. mpack is a C implementation of an encoder and decoder for the [MessagePack](https://msgpack.org/) serialization format.
msgpack library wrapc messagepack
Mon, 07 Dec 2020 12:30:55 GMT
-
wrap_cairo: Eiffel wrap_cairo 169
wrap_cairo` is an Eiffel binding of Cairo C API Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), quartz, win32, and image buffers, as well as PDF, PostScript, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.
Thu, 06 Jan 2022 19:32:13 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 (*,?).