diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 11777340ef..5402e333f5 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -32,6 +32,7 @@ ;;; Copyright © 2022, 2023 David Elsing ;;; Copyright © 2022, 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2022 Maxim Cournoyer +;;; Copyright © 2022 Antero Mejr ;;; Copyright © 2023 Sughosha ;;; Copyright © 2023 Artyom V. Poptsov ;;; Copyright © 2023 Liliana Marie Prikler @@ -1982,6 +1983,16 @@ (define-public jsonnet syntax with variables, conditions, functions and more.") (license license:asl2.0))) +(define-public python-jsonnet + (package + (inherit jsonnet) + (name "python-jsonnet") + (build-system python-build-system) + (arguments '()) + (synopsis "Python bindings for Jsonnet, the data templating language") + (description "This package provides a Python library named @code{_jsonnet} +which can evaluate Jsonnet files and expressions."))) + (define-public simdjson (package (name "simdjson")