Metadata-Version: 2.4
Name: mcasm
Version: 0.4.1
Summary: Assemble code to bytes using LLVM's MC layer
Home-page: https://github.com/grammatech/mc-asm
Author: GrammaTech, Inc.
Author-email: gtirb@grammatech.com
License: MIT
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: cli
Requires-Dist: rich~=12.0; extra == "cli"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# mc-asm

mc-asm provides a Python API for turning assembly into machine code, providing
rich symbolic information.

## Copyright and Acknowledgments

Copyright (C) 2020 GrammaTech, Inc.

This code is licensed under the MIT license. See the LICENSE file in
the project root for license terms.

This project is sponsored by the Office of Naval Research, One Liberty
Center, 875 N. Randolph Street, Arlington, VA 22203 under contract #
N68335-17-C-0700.  The content of the information does not necessarily
reflect the position or policy of the Government and no official
endorsement should be inferred.

The header files under the `src/llvm-headers/` directory are copied from the
LLVM project and are licensed under the Apache License v2.0 with LLVM
Exceptions (a copy of that license is included in the `src/llvm-headers/`
directory).

The following files from the open-source LLVM project are included in the
MCASM repository.
* Files:
  - AArch64MCExpr.h (from `llvm/lib/Target/AArch64/MCTargetDesc/`)
  - MipsMCExpr.h (from `llvm/lib/Target/Mips/MCTargetDesc/`)
* Project Name: LLVM
* Project Version: 14.0.6
* License: Apache License v2.0 with LLVM Exceptions
