Skip to content

julia-stripe/jsonnet

 
 

Repository files navigation

Jsonnet - The data templating language

Build Status

For an introduction to Jsonnet and documentation, visit our website.

Visit our discussion forum.

Building Jsonnet

The GCC C++ (g++) compiler is required to build Jsonnet. Clang is also supported.

Makefile

To build jsonnet with g++, run:

make

To run the output binary, run:

./jsonnet

Bazel

Bazel builds are also supported. Install Bazel if it is not installed already. Then, run the following command to build:

bazel build -c opt //cmd:jsonnet

This builds the jsonnet target defined in cmd/BUILD To run the output binary, run:

bazel-bin/cmd/jsonnet

Contributing

See the contributing page on our website.

About

Jsonnet - The data templating language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.2%
  • Python 13.7%
  • C 6.2%
  • HTML 2.5%
  • Shell 1.7%
  • Makefile 1.0%
  • CSS 0.7%