Remove lua
This commit is contained in:
7
justfile
7
justfile
@@ -1,12 +1,13 @@
|
|||||||
neville:
|
neville:
|
||||||
julia -i "./neville-algo-ml.jl"
|
julia -i ./src/neville-algo-ml.jl
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
typst compile ./docs.typ
|
typst compile ./src/ocs.typ
|
||||||
|
|
||||||
test_langs:
|
test_langs:
|
||||||
# Test all languages and tools in this project
|
# Test all languages and tools in this project
|
||||||
cargo run
|
cargo run
|
||||||
uv run python ./main.py
|
uv run python ./main.py
|
||||||
julia ./main.jl
|
julia ./src/main.jl
|
||||||
nix flake info
|
nix flake info
|
||||||
|
bun run ./index.ts
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
package = "minis"
|
|
||||||
version = "dev-1"
|
|
||||||
source = {
|
|
||||||
url = "git+ssh://git@git.ascyii.de/jonas/minis"
|
|
||||||
}
|
|
||||||
description = {
|
|
||||||
detailed = [[
|
|
||||||
This is the home for all kinds of projects in various languages that
|
|
||||||
profit from beeing versionized with `git`.]],
|
|
||||||
homepage = "*** please enter a project homepage ***",
|
|
||||||
license = "*** please specify a license ***"
|
|
||||||
}
|
|
||||||
dependencies = {
|
|
||||||
queries = {}
|
|
||||||
}
|
|
||||||
build_dependencies = {
|
|
||||||
queries = {}
|
|
||||||
}
|
|
||||||
build = {
|
|
||||||
type = "builtin",
|
|
||||||
modules = {}
|
|
||||||
}
|
|
||||||
test_dependencies = {
|
|
||||||
queries = {}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user