File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Autogenerated classes for reading and writing CWL objects using the D language.
6
6
7
7
It integrates with [ schema-salad-d] ( https://github.com/tom-tan/schema-salad-d ) and provides the following features:
8
8
9
- - Support almost all the CWL v1.0, v1.1 and v1.2 documents
9
+ - Support all the CWL v1.0, v1.1 and v1.2 documents
10
10
- Load YAML files and nodes to generate corresponding D objects
11
11
- Store D object for CWL to YAML nodes
12
12
@@ -82,6 +82,3 @@ It checks that CWL documents in [`resources`](resources) can be loaded with pars
82
82
``` console
83
83
$ dub test
84
84
```
85
-
86
- ## Future plan
87
- - Support [ extension fields] ( https://www.commonwl.org/v1.2/CommandLineTool.html#Extensions_and_metadata )
Original file line number Diff line number Diff line change 4
4
],
5
5
"copyright" : " Copyright © 2022, Tomoya Tanjo" ,
6
6
"dependencies" : {
7
- "schema-salad-d" : " ~>1.2.0 "
7
+ "schema-salad-d" : " ~>1.2.1 "
8
8
},
9
9
"description" : " Autogenerated classes for reading and writing CWL objects using the D language." ,
10
10
"homepage" : " https://github.com/common-workflow-lab/cwl-d-auto" ,
Original file line number Diff line number Diff line change 5
5
"cachetools" : " 0.4.1" ,
6
6
"dyaml" : " 0.10.0" ,
7
7
"requests" : " 2.1.3" ,
8
- "schema-salad-d" : " 1.2.0 " ,
8
+ "schema-salad-d" : " 1.2.1 " ,
9
9
"test_allocator" : " 0.3.4" ,
10
10
"tinyendian" : " 0.2.0" ,
11
11
"unit-threaded" : " 0.10.8"
You can’t perform that action at this time.
0 commit comments