Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37433576
en ru br
ALT Linux repos
S:0.3.2-alt1_1

Group :: Development/C
RPM: libverto

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.3.2-alt1_1
Build date: 25 march 2021, 19:10 ( 160.3 weeks ago )
Size: 385.93 Kb

Home page:   https://github.com/latchset/libverto

License: MIT
Summary: Main loop abstraction library
Description:

libverto provides a way for libraries to expose asynchronous interfaces
without having to choose a particular event loop, offloading this
decision to the end application which consumes the library.

If you are packaging an application, not library, based on libverto,
you should depend either on a specific implementation module or you
can depend on the virtual provides 'libverto-module-base'. This will
ensure that you have at least one module installed that provides io,
timeout and signal functionality. Currently glib is the only module
that does not provide these three because it lacks signal. However,
glib will support signal in the future.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • libverto
  • libverto-debuginfo
  • libverto-devel
  • libverto-glib
  • libverto-glib-debuginfo
  • libverto-glib-devel
  • libverto-libev
  • libverto-libev-debuginfo
  • libverto-libev-devel
  • libverto-libevent
  • libverto-libevent-debuginfo
  • libverto-libevent-devel
  • libverto-tevent
  • libverto-tevent-debuginfo
  • libverto-tevent-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin