Small library for unix signals, library discovery

I have a small library for unix signals here:

if you open man 7 signal, you’ll see that the numbers of signals differ between architectures, so this library creates an attrset for all architectures. Different archs also have different signals they support, so the record type differs, too.

My question is: where do I publish this library so that it is discoverable?

1 Like

@Profpatsch: The closest thing we have at the moment is:

Once we have a documentation generator from the Google Summer of Code project then we can possibly build something like a Hackage for Dhall

1 Like