<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>macholib</name>
<shortdesc>Mach-O header analysis and editing</shortdesc>
<description>macholib can be used to analyze and edit Mach-O headers, the executable
format used by Mac OS X.

It's typically used as a dependency analysis tool, and also to rewrite dylib
references in Mach-O headers to be @executable_path relative.

Though this tool targets a platform specific file format, it is pure python
code that is platform and endian independent.</description>
<homepage rdf:resource="http://undefined.org/python/#macholib" />
<maintainer><foaf:Person><foaf:name>Bob Ippolito</foaf:name>
<foaf:mbox_sha1sum>93f2474659db6f874f0d3e04ed0bfb3f3f3567b7</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.2</revision></Version></release>
</Project></rdf:RDF>