https://github.com/swiftlang/example-package-dealer
Example package for use with the Swift Package Manager
https://github.com/swiftlang/example-package-dealer
Last synced: 8 months ago
JSON representation
Example package for use with the Swift Package Manager
- Host: GitHub
- URL: https://github.com/swiftlang/example-package-dealer
- Owner: swiftlang
- License: apache-2.0
- Created: 2015-11-10T19:52:44.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T03:44:25.000Z (about 1 year ago)
- Last Synced: 2025-06-05T20:05:58.737Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 30.3 KB
- Stars: 354
- Watchers: 145
- Forks: 123
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Swift Example: Package Dealer
To build this example package:
git clone https://github.com/apple/example-package-dealer.git
cd example-package-dealer
swift run dealer
For more information, visit [Swift's package manager documentation](https://www.swift.org/package-manager/).