shell dot on steroids https://pagure.io/shellfu

control 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Source: shellfu
  2. Maintainer: Alois Mahdal <netvor@vornet.cz>
  3. Section: misc
  4. Priority: extra
  5. Standards-Version: 3.9.2
  6. Build-Depends: debhelper (>= 9)
  7. Package: shellfu-bash
  8. Architecture: all
  9. Depends: bash
  10. Description: The bare Shellfu loader (POSIX sh)
  11. Shellfu is an attempt to add modularity to your shell scripts.
  12. .
  13. With Shellfu you can develop your shell modules separately from your
  14. scripts, and test, use, explore or study them without need to be aware
  15. of details such as where the actual files are placed.
  16. .
  17. Shellfu is mostly intended for cases when there's need for non-trivial
  18. amount of reliable body of shell scripts, and access to advanced modular
  19. languages such as Python or Perl is limited.
  20. .
  21. This sub-package contains only the Shellfu/Bash management system but
  22. not actual modules. Use this if you want to write all modules yourself.
  23. Package: shellfu-bash-core
  24. Architecture: all
  25. Depends: shellfu-bash
  26. Description: Core Bash modules for Shellfu
  27. Shellfu is an attempt to add modularity to your shell scripts.
  28. .
  29. With Shellfu you can develop your shell modules separately from your
  30. scripts, and test, use, explore or study them without need to be aware
  31. of details such as where the actual files are placed.
  32. .
  33. Shellfu is mostly intended for cases when there's need for non-trivial
  34. amount of reliable body of shell scripts, and access to advanced modular
  35. languages such as Python or Perl is limited.
  36. .
  37. This sub-package contains core Shellfu modules.
  38. Package: shellfu-bash-extras
  39. Architecture: all
  40. Depends: shellfu-bash, shellfu-bash-core
  41. Description: Extra Bash modules for Shellfu
  42. Shellfu is an attempt to add modularity to your shell scripts.
  43. .
  44. With Shellfu you can develop your shell modules separately from your
  45. scripts, and test, use, explore or study them without need to be aware
  46. of details such as where the actual files are placed.
  47. .
  48. Shellfu is mostly intended for cases when there's need for non-trivial
  49. amount of reliable body of shell scripts, and access to advanced modular
  50. languages such as Python or Perl is limited.
  51. .
  52. This sub-package contains extra Shellfu modules, most of them under
  53. heavy development.