Commit Graph

3 Commits (fe0f2902a06b1dfcb5e70351fa688fe62e9eeff4)

Author SHA1 Message Date
John Benediktsson 3affad7681 docs: using $maybe. 2015-12-11 17:05:45 -08:00
John Benediktsson de12140505 alien.libraries.finder: fix docs. 2014-06-08 18:08:26 -07:00
Björn Lindqvist 21bd4cc6ea alien.libraries.finder: automatically find library files based on library names
To make it easier to support cross-platform library bindings use the
find-library word. Factor is then supposed to automatically locate the
correct library file depending on the users' platform. Then you dont
have to specify the full so-name on unixes which breaks if the user
has a newer library version. The same library lookups that
ctypes.find_library uses will be implemented in future commits.
2013-11-10 02:27:56 +01:00