We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4674bdf commit dfe4494Copy full SHA for dfe4494
arch/ext/Smctr.yaml
@@ -45,7 +45,11 @@ versions:
45
state: ratified
46
ratification_date: 2024-11
47
implies:
48
- - if: S
49
- then:
50
- name: Ssctr
51
- version: "1.0.0"
+ name: Ssctr
+ version: "1.0.0"
+ requires:
+ allOf:
52
+ - name: S
53
+ version: ~> 1.13 # The latest ratified version of S when Sscntr was ratified
54
+ - name: Smcsrind
55
+ version: ~> 1.0
arch/ext/Ssctr.yaml
@@ -11,3 +11,9 @@ versions:
11
12
13
14
15
16
17
18
+ - name: Sscsrind
19
0 commit comments