packages feed

hashable-1.4.5.0: include/HsHashable.h

#ifndef HS_HASHABLE_H
#define HS_HASHABLE_H

#include <stdint.h>

uint64_t hs_hashable_init();

#endif