Metadata-Version: 2.1
Name: libheader
Version: 1.0.1
Summary: A new file format that makes C easier.
Home-page: https://github.com/wk1093/libheader
Author: Wyatt Kloos
Author-email: wyattk1093@gmail.com
License: BSD 2-clause
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown

# Libheader

### lh

A file type that encapsualtes a header (.h), and a static library (.lib/.a)

should be able to be `#include` by normal C, but requires a special linker that can recognize a .lh file

for now a python script will convert the .lh to a .lib/.a, but later, I will make a gcc plugin.
