Among other things you can set in an ASDF system is the :version
property. Is there a way to read it at runtime? Something like (system-version :my-system-name)
?
I know there are asdf:version-satisfies
, and asdf:asdf-version
, but neither do what I want in this case.