From 1b25d6dd3dd736d04c88b9418ab6c2885ab8824c Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Tue, 20 Jan 2026 00:09:13 +0100 Subject: [PATCH] Remove lua --- justfile | 7 +++--- minis-dev-1.rockspec | 25 -------------------- docs.typ => src/docs.typ | 0 main.jl => src/main.jl | 0 neville-algo-ml.jl => src/neville-algo-ml.jl | 0 5 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 minis-dev-1.rockspec rename docs.typ => src/docs.typ (100%) rename main.jl => src/main.jl (100%) rename neville-algo-ml.jl => src/neville-algo-ml.jl (100%) diff --git a/justfile b/justfile index 8ab8668..317e760 100644 --- a/justfile +++ b/justfile @@ -1,12 +1,13 @@ neville: - julia -i "./neville-algo-ml.jl" + julia -i ./src/neville-algo-ml.jl doc: - typst compile ./docs.typ + typst compile ./src/ocs.typ test_langs: # Test all languages and tools in this project cargo run uv run python ./main.py - julia ./main.jl + julia ./src/main.jl nix flake info + bun run ./index.ts diff --git a/minis-dev-1.rockspec b/minis-dev-1.rockspec deleted file mode 100644 index 48c9eb2..0000000 --- a/minis-dev-1.rockspec +++ /dev/null @@ -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 = {} -} diff --git a/docs.typ b/src/docs.typ similarity index 100% rename from docs.typ rename to src/docs.typ diff --git a/main.jl b/src/main.jl similarity index 100% rename from main.jl rename to src/main.jl diff --git a/neville-algo-ml.jl b/src/neville-algo-ml.jl similarity index 100% rename from neville-algo-ml.jl rename to src/neville-algo-ml.jl