chambart / type_conv

Support library for preprocessor type conversions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type_conv

Support Library for Preprocessor Type Conversions.

What is type_conv?

The type_conv mini-library factors out functionality needed by different preprocessors that generate code from type specifications. Example libraries currently depending on type_conv:

  • bin_prot
  • comparelib
  • fieldslib
  • ounit
  • pipebang
  • sexplib
  • typehash
  • variantslib

This functionality cannot otherwise be duplicated without losing the ability to use these preprocessors simultaneously.

Documentation

The API-documentation of the latest release can be found online.

Contact Information and Contributing

In the case of bugs, feature requests, contributions and similar, please contact the maintainers:

Up-to-date information should be available at:

About

Support library for preprocessor type conversions

License:Apache License 2.0


Languages

Language:OCaml 97.3%Language:Makefile 2.7%