From cavalier, 8 Years ago, written in Plain Text.
Embed
  1. #hard depends on A with C and optional depends on B but B requires D and E
  2.  
  3. depend A
  4. optional_depend B "desc" "--opt-x" "--opt-y"
  5. depend_with A C
  6. depend_with B D E
  7.  
  8. #alternative syntax
  9. depens A with C
  10. optional_depend B "desc" "--opt-x" "--opt-y" with D E
  11.  
  12. #if we only support this for hard deps
  13. #hard dep on A with C
  14. depends A C
  15. optional_depend B "desc" "--opt-x" "--opt-y"

Replies to Untitled rss

Title Name Language When
Re: Untitled v4hn text 8 Years ago.