Metadata-Version: 2.1
Name: resfmt
Version: 0.2.0
Summary: A ReScript helper for formatter
Home-page: https://softwarefactory-project.io/cgit/software-factory/resfmt
License: ASL v2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown

# resfmt

A ReScript helper for code formatter. This script enables code
formatting with `bsc -format` with stdin so that it can be used
with [emacs-format-all-the-code](https://github.com/lassik/emacs-format-all-the-code).

This is a workaround for `bsc` not supporting stdin, see this
[issue](https://github.com/rescript-lang/rescript-compiler/issues/4846).


