From ed93f8450b92579dd639ae25361fa650613a5b7e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 21 Jul 2018 11:09:14 +0200 Subject: Redo manifest parsing using bash co-process facility --- libbutl/manifest-parser.bash | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libbutl/manifest-parser.bash (limited to 'libbutl/manifest-parser.bash') 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" -} -- cgit v1.1