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.

26 lines
791B

  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. python3-setuptools
  10. Standards-Version: 4.5.0
  11. Homepage: https://github.com/jpcima/faustpp
  12. Rules-Requires-Root: no
  13. Package: faustpp
  14. Architecture: any
  15. Depends: ${misc:Depends}, python3:any, python3-jinja2, python3-pkg-resources, faust
  16. Description: post-processor for faust
  17. faustpp is a post-processor for faust, which allows to generate with more
  18. flexibility.
  19. .
  20. Using a template language known as Jinja2, it is allowed to manipulate
  21. metadata with iteration and conditional constructs, to easily generate custom
  22. code tailored for the job.
  23. .
  24. Custom metadata can be handled by the template mechanism.