Files
alire-index-community/src/alire-hooks.ads
T
2018-03-15 00:02:02 +01:00

10 lines
263 B
Ada

with Alire.Origins;
package Alire.Hooks with Preelaborate is
-- Hackish way to enable Alire to obtain some platform-specific info that only Alr knows how to get
Version_Getter_Hook : access function (O : Origins.Origin) return String;
end Alire.Hooks;