diff options
author | Arun Isaac | 2021-03-26 00:40:28 +0530 |
---|---|---|
committer | Arun Isaac | 2021-03-26 00:40:28 +0530 |
commit | 3fe79b059de7000ba2e48156fd165fe532048acb (patch) | |
tree | 4fa212edc30dfb5f9c11a79317a68904534e5e77 | |
parent | 1e1a15ab2542c492803012be487b8762ea2c9897 (diff) | |
download | ccwl-3fe79b059de7000ba2e48156fd165fe532048acb.tar.gz ccwl-3fe79b059de7000ba2e48156fd165fe532048acb.tar.lz ccwl-3fe79b059de7000ba2e48156fd165fe532048acb.zip |
Add README.
* README.org: New file.
-rw-r--r-- | README.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..1d4641f --- /dev/null +++ b/README.org @@ -0,0 +1,13 @@ +#+TITLE: Concise Common Workflow Language (CCWL) + +This is the Concise Common Workflow Language (CCWL), an attempt to +improve the [[https://www.commonwl.org/][Common Workflow Language (CWL)]] and reduce its verbosity by +auto-generating CWL YAML specifications. + +Stay tuned! + +* License + +CCWL is free software released under the terms of the [[https://www.gnu.org/licenses/gpl.html][GNU General +Public License]], either version 3 of the License, or (at your option) +any later version. |