summaryrefslogtreecommitdiff
path: root/lib/spack/external/macholib/__init__.py
blob: f77c79492bcde17f0182c553e3fca7e28b4b65ee (plain) (blame)
1
2
3
4
5
6
7
8
"""
Enough Mach-O to make your head spin.

See the relevant header files in /usr/include/mach-o

And also Apple's documentation.
"""
__version__ = '1.10'