Config.in 386 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_ENUM
  2. bool "python-enum"
  3. depends on BR2_PACKAGE_PYTHON
  4. help
  5. Robust enumerated type support in Python
  6. An enumeration object is an immutable sequence object built
  7. from a sequence of strings. Each value is also available as
  8. an attribute. Such values are constant. Comparisons and
  9. enumeration are supported.
  10. https://pypi.python.org/pypi/enum