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.

19 lines
955 B

  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. sparse: sparse (Sematic Parser)
  9. sparse:
  10. sparse: Sparse is a semantic parser provides a compiler frontend
  11. sparse: capable of parsing ANSI C as well as many GCC extensions,
  12. sparse: and a collection of sample compiler backends including a
  13. sparse: static analyzer called sparse.It is designed to convey
  14. sparse: semantic information about types or what locks function
  15. sparse: aquires or releases.
  16. sparse:
  17. sparse: Homepage:https://sparse.docs.kernel.org/en/latest/
  18. sparse: