~uncomfy/hare-libnotify

libnotify bindings in Harelang
chore: release 1.0.0
Revert "remove unnecessary frees"
remove unnecessary frees

clone

read-only
https://git.sr.ht/~uncomfy/hare-libnotify
read/write
git@git.sr.ht:~uncomfy/hare-libnotify

You can also use your local clone with git send-email.

#Libnotify bindings for Hare

Experimenting https://harelang.org on C binding feature.

#Install

Run make install to install both the third-party library and the notify-send binary.

If you want the library only, run make install-lib.

#Dependencies

  • a c compiler e.g. clang or gcc.
  • a harelang installation
  • a development package install of libnotify and its own dependencies.