Remove lua

This commit is contained in:
2026-01-20 00:09:13 +01:00
parent 33750a9c6e
commit 1b25d6dd3d
5 changed files with 4 additions and 28 deletions

View File

@@ -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

View File

@@ -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 = {}
}

View File

View File