mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Add support for samarium (#1)
* pkg(samarium-0.3.1): added samarium * fix: use pip3 * fix: set version explicitly
This commit is contained in:
parent
d815a4f1ac
commit
3f8ef8f524
6 changed files with 15 additions and 0 deletions
3
packages/samarium/0.3.1/build.sh
vendored
Executable file
3
packages/samarium/0.3.1/build.sh
vendored
Executable 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
2
packages/samarium/0.3.1/environment
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
export PATH=$PWD/bin:$PATH
|
5
packages/samarium/0.3.1/metadata.json
vendored
Normal file
5
packages/samarium/0.3.1/metadata.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"language": "samarium",
|
||||
"version": "0.3.1",
|
||||
"aliases": ["sm"]
|
||||
}
|
1
packages/samarium/0.3.1/run
vendored
Normal file
1
packages/samarium/0.3.1/run
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
python3 -m samarium $1
|
3
packages/samarium/0.3.1/test.sm
vendored
Normal file
3
packages/samarium/0.3.1/test.sm
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
=> * {
|
||||
"OK"!;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue