jsonnet-0.4.0.0: Jsonnet implementaton in pure Haskell
Copyright(c) 2020-2021 Alexandre Moreno
LicenseBSD-3-Clause OR Apache-2.0
MaintainerAlexandre Moreno <alexmorenocano@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageGHC2021

Language.Jsonnet.TH

Description

 
Synopsis

Documentation

compile :: FilePath -> Text -> Q Exp Source #

compiles a Jsonnet program down to a binary-encoded Core expression with source spans stripped out. This is currently useful to preload the std library and have a faster startup