Blame SOURCES/modulemd.src.txt

7d2fc2
---
7d2fc2
document: modulemd
7d2fc2
version: 2
7d2fc2
data:
7d2fc2
  name: parfait
7d2fc2
  stream: 0.5
7d2fc2
  summary: Parfait Module
7d2fc2
  description: >-
7d2fc2
    Parfait is a Java performance monitoring library that exposes and collects metrics
7d2fc2
    through a variety of outputs.  It provides APIs for extracting performance metrics
7d2fc2
    from the JVM and other sources. It interfaces to Performance Co-Pilot (PCP) using
7d2fc2
    the Memory Mapped Value (MMV) machinery for extremely lightweight instrumentation.
7d2fc2
  license:
7d2fc2
    module:
7d2fc2
    - ASL 2.0
7d2fc2
  dependencies:
7d2fc2
  - buildrequires:
7d2fc2
      javapackages-tools: [201801]
7d2fc2
      pki-deps: [10.6]
7d2fc2
      platform: [el8]
7d2fc2
    requires:
7d2fc2
      javapackages-runtime: [201801]
7d2fc2
      pki-deps: [10.6]
7d2fc2
      platform: [el8]
7d2fc2
  profiles:
7d2fc2
    common:
7d2fc2
      rpms:
7d2fc2
      - parfait
7d2fc2
      - parfait-examples
7d2fc2
      - pcp-parfait-agent
7d2fc2
  api:
7d2fc2
    rpms:
7d2fc2
    - parfait
7d2fc2
    - parfait-examples
7d2fc2
    - pcp-parfait-agent
7d2fc2
  components:
7d2fc2
    rpms:
7d2fc2
      parfait:
7d2fc2
        rationale: Main Parfait Package
5f40cf
        ref: stream-0.5-rhel-8.6.0
7d2fc2
        buildorder: 70
7d2fc2
      si-units:
7d2fc2
        rationale: A library of SI quantities and unit types (JSR 363).
5f40cf
        ref: stream-0.5-rhel-8.6.0
7d2fc2
        buildorder: 50
7d2fc2
      unit-api:
7d2fc2
        rationale: "The Unit of Measurement library provides a set of Java language
7d2fc2
          programming interfaces for handling units and quantities. The interfaces
7d2fc2
          provide a layer which separates client code, which would call the API, from
7d2fc2
          library code, which implements the API.\nThe specification contains Interfaces
7d2fc2
          and abstract classes with methods for unit operations:\n\n  * Checking of
7d2fc2
          unit compatibility\n  * Expression of a quantity in various units\n  * Arithmetic
7d2fc2
          operations on units"
5f40cf
        ref: stream-0.5-rhel-8.6.0
7d2fc2
        buildorder: 10
7d2fc2
      uom-lib:
7d2fc2
        rationale: Units of Measurement Libraries - extending and complementing JSR
7d2fc2
          363.
5f40cf
        ref: stream-0.5-rhel-8.6.0
7d2fc2
        buildorder: 30
7d2fc2
      uom-parent:
7d2fc2
        rationale: Main parent POM for all Units of Measurement Maven projects.
5f40cf
        ref: stream-0.5-rhel-8.6.0
7d2fc2
        buildorder: 20
7d2fc2
      uom-se:
7d2fc2
        rationale: This package contains documentation for the Units Standard (JSR
7d2fc2
          363) Java SE 8 Implementation.
5f40cf
        ref: stream-0.5-rhel-8.6.0
7d2fc2
        buildorder: 40
7d2fc2
      uom-systems:
7d2fc2
        rationale: Units of Measurement Systems - modules for JSR 363.
5f40cf
        ref: stream-0.5-rhel-8.6.0
7d2fc2
        buildorder: 60
7d2fc2
...