From 39e5fa8cc25892b5a08ff56984ef62781617aa7e Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Tue, 3 Dec 2024 10:42:02 +0000 Subject: [PATCH] New package: JiL v0.1.0 UUID: 20193457-2d4f-441d-9a0a-984def152164 Repo: https://github.com/aptmcl/JiL.jl.git Tree: 9085e4268f60b449fb0cf7ce2c9957695a05f408 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- J/JiL/Compat.toml | 2 ++ J/JiL/Deps.toml | 0 J/JiL/Package.toml | 3 +++ J/JiL/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 8 insertions(+) create mode 100644 J/JiL/Compat.toml create mode 100644 J/JiL/Deps.toml create mode 100644 J/JiL/Package.toml create mode 100644 J/JiL/Versions.toml diff --git a/J/JiL/Compat.toml b/J/JiL/Compat.toml new file mode 100644 index 000000000000000..6805c218e634c5d --- /dev/null +++ b/J/JiL/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.10.0-1" diff --git a/J/JiL/Deps.toml b/J/JiL/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/J/JiL/Package.toml b/J/JiL/Package.toml new file mode 100644 index 000000000000000..6c180734f54334a --- /dev/null +++ b/J/JiL/Package.toml @@ -0,0 +1,3 @@ +name = "JiL" +uuid = "20193457-2d4f-441d-9a0a-984def152164" +repo = "https://github.com/aptmcl/JiL.jl.git" diff --git a/J/JiL/Versions.toml b/J/JiL/Versions.toml new file mode 100644 index 000000000000000..fa26872e45d19b1 --- /dev/null +++ b/J/JiL/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "9085e4268f60b449fb0cf7ce2c9957695a05f408" diff --git a/Registry.toml b/Registry.toml index 1b3f759ef2b00b4..1925e0a5bd825df 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1507,6 +1507,7 @@ some amount of consideration when choosing package names. 20087e1a-bb94-462b-b900-33d17a750383 = { name = "CalibrationErrorsDistributions", path = "C/CalibrationErrorsDistributions" } 20179301-8dfd-43f5-a10b-08fddd2c788a = { name = "BoltzmannCollisionIntegral", path = "B/BoltzmannCollisionIntegral" } 20186a3f-b5d3-468e-823e-77aae96fe2d8 = { name = "TidierDates", path = "T/TidierDates" } +20193457-2d4f-441d-9a0a-984def152164 = { name = "JiL", path = "J/JiL" } 2027ae74-3657-4b95-ae00-e2f7d55c3e64 = { name = "BibInternal", path = "B/BibInternal" } 202a2b00-fae3-41a1-a054-d2db40c1e3ea = { name = "MarkovKernels", path = "M/MarkovKernels" } 2030c09a-7f63-5d83-885d-db604e0e9cc0 = { name = "InfrastructureModels", path = "I/InfrastructureModels" }