@hackage bond0.13.0.0
Bond schema compiler and code generator
Categories
License
MIT
Maintainer
Bond Development Team <bond-dev@microsoft.com>
Links
Versions
Deprecated
Dependencies (10)
- aeson
- base >=4.7 && <5
- bytestring
- filepath
- megaparsec
- mtl Show all…
Dependents (1)
@hackage/bond-haskell-compiler
Package Flags
warningsaserrors
(off by default)
Treat warnings as errors for building bond
Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025. . This package contains a library for parsing the Bond schema definition language and performing template-based code generation. The library includes built-in templates for generating standard Bond C++ and C# code, as well as utilities for writing custom codegen templates. . The package also contains a command-line compiler/codegen tool, named gbc, which is primarily used to generate code for C++ and C# programs using Bond.