4 "summary": "Funky is a collection utility with functional extensions.",
5 "description": "Funky is a utility helper library to help dealing with common array, set and dictionary operations easier. It provides a set of extensions, functional helpers, and even data types to help dealing with nil values in collections. All operations are well unit-tested, so you can rely on the helpers and structures in production code as well.",
6 "homepage": "https://github.com/tevelee/Funky",
12 "Laszlo Teveli": "tevelee@gmail.com"
15 "git": "https://github.com/tevelee/Funky.git",
18 "header_dir": "Funky",
19 "module_name": "Funky",
29 "source_files": "Source/Core/**/*",
30 "public_header_files": [
31 "Source/Core/Public/*.h",
32 "Source/Core/Public/**/*.h"
34 "private_header_files": [
35 "Source/Core/Private/*.h",
36 "Source/Core/Private/**/*.h"
40 "name": "Collections",
49 "source_files": "Source/Collections/Array/**/*",
50 "public_header_files": [
51 "Source/Collections/Array/*.h",
52 "Source/Collections/Array/**/*.h"
57 "source_files": "Source/Collections/Set/**/*",
58 "public_header_files": [
59 "Source/Collections/Set/*.h",
60 "Source/Collections/Set/**/*.h"
65 "source_files": "Source/Collections/Dictionary/**/*",
66 "public_header_files": [
67 "Source/Collections/Dictionary/*.h",
68 "Source/Collections/Dictionary/**/*.h"
83 "source_files": "Source/Interface/Object/**/*"
87 "source_files": "Source/Interface/Array/**/*"
91 "source_files": "Source/Interface/Set/**/*"
95 "source_files": "Source/Interface/Dictionary/**/*"
100 "name": "PrefixedInterface",
109 "source_files": "Source/PrefixedInterface/Object/**/*"
113 "source_files": "Source/PrefixedInterface/Array/**/*"
117 "source_files": "Source/PrefixedInterface/Set/**/*"
120 "name": "Dictionary",
121 "source_files": "Source/PrefixedInterface/Dictionary/**/*"