A description of this package.
What's New
Description
- Swift Tools 4.2.0
Description
{ "name": "PaversParsec", "path": "/usr/src/package", "targets": [ { "name": "PaversParsecTests", "path": "Tests/PaversParsecTests", "type": "test", "c99name": "PaversParsecTests", "sources": [ "PaversParsecTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "PaversParsec" ] }, { "name": "PaversParsec", "path": "Sources/PaversParsec", "type": "library", "c99name": "PaversParsec", "sources": [ "HKT/HKT+Array.swift", "HKT/HigherKindedType.swift", "HKT/Identity.swift", "HKT/RunParsec.swift", "Parsec/Expression/Expression.swift", "Parsec/Language/Languages.swift", "Parsec/ParserGenerator/Parser+Char.swift", "Parsec/ParserGenerator/Parser+Combinator.swift", "Parsec/ParserGenerator/Parser+Error.swift", "Parsec/ParserGenerator/Parser+Satisfy.swift", "Parsec/ParserGenerator/Parser+String.swift", "Parsec/Primitives/Parser.swift", "Parsec/Primitives/ParserCombinators/Parser+Alternative.swift", "Parsec/Primitives/ParserCombinators/Parser+Applicative.swift", "Parsec/Primitives/ParserCombinators/Parser+Functor.swift", "Parsec/Primitives/ParserCombinators/Parser+Handler.swift", "Parsec/Primitives/ParserCombinators/Parser+Labeling.swift", "Parsec/Primitives/ParserCombinators/Parser+Lookahead.swift", "Parsec/Primitives/ParserCombinators/Parser+Many.swift", "Parsec/Primitives/ParserCombinators/Parser+Monad.swift", "Parsec/Primitives/ParserCombinators/Parser+Monoid.swift", "Parsec/Primitives/ParserCombinators/Parser+Optional.swift", "Parsec/Primitives/ParserCombinators/Parser+Pack.swift", "Parsec/Primitives/ParserCombinators/Parser+Primitives.swift", "Parsec/Primitives/ParserCombinators/Parser+Try.swift", "Parsec/Primitives/ParserError.swift", "Parsec/Primitives/ParserResult.swift", "Parsec/Primitives/ParserState.swift", "Parsec/Primitives/ParserStream.swift", "Parsec/Primitives/SourcePosition.swift", "Parsec/Token/GenTokenParser.swift", "Parsec/Token/MakeTokenParser.swift", "Parsec/Token/Token.swift", "Parsec/Token/TokenPrimitive.swift", "Parsec/Token/Tokens.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "PaversParsec" ], "product_dependencies": [ "PaversFRP", "PaversSugar" ] } ], "products": [ { "name": "PaversParsec", "type": { "library": [ "automatic" ] }, "targets": [ "PaversParsec" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/KeithPiTsui/PaversFRP.git", "type": "sourceControl", "identity": "paversfrp", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/KeithPiTsui/PaversSugar.git", "type": "sourceControl", "identity": "paverssugar", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "4.2", "manifest_display_name": "PaversParsec" }
Package Dump
{ "name": "PaversParsec", "targets": [ { "name": "PaversParsec", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "PaversFRP", null ] }, { "byName": [ "PaversSugar", null ] } ], "packageAccess": false }, { "name": "PaversParsecTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "PaversParsec", null ] } ], "packageAccess": false } ], "products": [ { "name": "PaversParsec", "type": { "library": [ "automatic" ] }, "targets": [ "PaversParsec" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "paversfrp", "location": { "remote": [ { "urlString": "https://github.com/KeithPiTsui/PaversFRP.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "paverssugar", "location": { "remote": [ { "urlString": "https://github.com/KeithPiTsui/PaversSugar.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- PaversFRP1.0.0
- PaversSugar1.0.0
Dependencies
{ "url": "/usr/src/package", "name": "PaversParsec", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/KeithPiTsui/PaversFRP.git", "name": "PaversFRP", "path": "/usr/src/package/.build/checkouts/PaversFRP", "version": "1.0.0", "identity": "paversfrp", "dependencies": [] }, { "url": "https://github.com/KeithPiTsui/PaversSugar.git", "name": "PaversSugar", "path": "/usr/src/package/.build/checkouts/PaversSugar", "version": "1.0.0", "identity": "paverssugar", "dependencies": [ { "url": "https://github.com/KeithPiTsui/PaversFRP.git", "name": "PaversFRP", "path": "/usr/src/package/.build/checkouts/PaversFRP", "version": "1.0.0", "identity": "paversfrp", "dependencies": [] } ] } ] }