Skip to content

Commit d9deb36

Browse files
committed
drop libraries from spec
1 parent b4ea665 commit d9deb36

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

spec/problem_package_format.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ stated. Any unknown keys should be treated as an error.
138138
| <s class="kattis"> <s class="dep">grading</s> <s>scoring</s> </s> | <s class="kattis"> Map with keys as defined below </s> | <s class="kattis"> See definition below </s> | <s class="kattis"> Must only be used on scoring problems. </s> |
139139
| keywords | <s>String or sequence of strings</s> | | Set of keywords. |
140140
| <s>uuid</s> | <s>String</s> | | <s>UUID identifying the problem.</s> |
141-
| <s class="kattis"> <s>libraries</s> </s> | <s class="kattis"> <s>String or sequence of strings</s> </s> | <s class="kattis"> </s> | <s class="kattis"> <s>Set of libraries as defined below.</s> </s> |
142141
| <s class="kattis"> <s>languages</s> </s> | <s class="kattis"> <s>String or sequence of strings</s> </s> | <s class="kattis"> <s>all</s> </s> | <s class="kattis"> <s>Set of languages or "all".</s> </s> |
143142

144143
```note
@@ -203,24 +202,6 @@ A map with the following keys:
203202
</div>
204203
<div class="kattis">
205204

206-
207-
### libraries
208-
209-
<s> A set from elements below. A library will be available for the
210-
languages listed. </s>
211-
212-
</div>
213-
<div class="kattis">
214-
215-
| Value | Library | Languages |
216-
| - | - | - |
217-
| gmp | GMP - The GNU Multiple Precision Arithmetic Library | C, C++ |
218-
| boost | Boost | C++ |
219-
220-
</div>
221-
<div class="kattis">
222-
223-
224205
### languages
225206

226207
<s>

0 commit comments

Comments
 (0)