1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-13 23:26:27 +02:00
This commit is contained in:
Endercheif 2022-11-14 06:35:31 +01:00 committed by GitHub
commit f4afb9edb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 0 deletions

3
packages/samarium/0.3.1/build.sh vendored Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
source ../../python/3.10.0/build.sh
python3 -m pip3 install samarium==0.3.1

2
packages/samarium/0.3.1/environment vendored Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
export PATH=$PWD/bin:$PATH

5
packages/samarium/0.3.1/metadata.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"language": "samarium",
"version": "0.3.1",
"aliases": ["sm"]
}

1
packages/samarium/0.3.1/run vendored Normal file
View file

@ -0,0 +1 @@
python3 -m samarium $1

3
packages/samarium/0.3.1/test.sm vendored Normal file
View file

@ -0,0 +1,3 @@
=> * {
"OK"!;
}

View file

@ -380,6 +380,7 @@ Content-Type: application/json
`rscript`,
`ruby`,
`rust`,
`samarium`,
`scala`,
`smalltalk`,
`sqlite3`,