Config.in 676 B

12345678910111213141516171819
  1. config BR2_PACKAGE_LIBEE
  2. bool "libee"
  3. select BR2_PACKAGE_LIBESTR
  4. help
  5. An Event Expression Library inspired by CEE.
  6. CEE is an upcoming standard used to describe network
  7. events in a number of normalized formats. It's goal is
  8. to unify they currently many different representations
  9. that exist in the industry.
  10. The core idea of libee is to provide a small but hopefully
  11. convenient API layer above the CEE standard. However, CEE
  12. is not finished. At the time of this writing, CEE is under
  13. heavy development and even some of its core data structures
  14. (like the data dictionary and taxonomy) have not been fully
  15. specified.
  16. http://www.libee.org