diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 11:09:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 11:14:52 +0200 |
commit | ed93f8450b92579dd639ae25361fa650613a5b7e (patch) | |
tree | c43b07d3d7723034fcbdbdf8e5ae805b6c361309 /libbutl/manifest-parser.bash | |
parent | 357172f4409c74d7a2ac963290fc70c7ae10e3b1 (diff) |
Redo manifest parsing using bash co-process facility
Diffstat (limited to 'libbutl/manifest-parser.bash')
-rw-r--r-- | libbutl/manifest-parser.bash | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libbutl/manifest-parser.bash b/libbutl/manifest-parser.bash deleted file mode 100644 index e726298..0000000 --- a/libbutl/manifest-parser.bash +++ /dev/null @@ -1,13 +0,0 @@ -# file : libbutl/manifest-parser.bash -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd -# license : MIT; see accompanying LICENSE file - -function butl_parse_manifest () -{ - printf ":1\0" - printf "name:foo\0" - printf "version:1.2.3\0" - printf "description:foo\nexecutable\0" - printf "depends:libfoo\0" - printf "depends:libbar\0" -} |