External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
721B

  1. Source: faustpp
  2. Section: devel
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 5),
  7. dh-python,
  8. python3
  9. Standards-Version: 4.5.0
  10. Homepage: https://github.com/jpcima/faustpp
  11. Rules-Requires-Root: no
  12. Package: faustpp
  13. Architecture: any
  14. Depends: ${misc:Depends}, python3-jinja2
  15. Description: post-processor for faust
  16. faustpp is a post-processor for faust, which allows to generate with more flexibility.
  17. .
  18. Using a template language known as Jinja2, it is allowed to manipulate metadata with
  19. iteration and conditional constructs, to easily generate custom code tailored for the job.
  20. Custom metadata can be handled by the template mechanism.