Skip to content

Added Violet - Python VM written in Swift #660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -4329,5 +4329,31 @@
"tags": "swiftpm"
}
]
},
{
"repository": "Git",
"url": "https://github.com/LiarPrincess/Violet",
"path": "violet",
"branch": "main",
"maintainer": "[email protected]",
"compatibility": [
{
"version": "5.3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update the version to Swift 5.0? We are trying to keep the version 4.0, 4.2, and 5.0

"commit": "8217bfb0761c1630c94b88cc1fbe842bba40eb3d"
}
],
"platforms": [
"Darwin",
"Linux"
],
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
},
{
"action": "TestSwiftPackage"
}
]
}
]