From 5b8b05d168723d746fa7ed61c062049f9d2766f2 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Fri, 11 Oct 2024 17:35:35 +0000 Subject: [PATCH] New package: Jorm v1.0.1 UUID: 8ed0ba2e-9b92-4829-8f37-c861db1f7b18 Repo: https://github.com/jcharistech/Jorm.jl.git Tree: b5869aed54d9ddc073f89524875ec415292cd9c4 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- J/Jorm/Compat.toml | 6 ++++++ J/Jorm/Deps.toml | 6 ++++++ J/Jorm/Package.toml | 3 +++ J/Jorm/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 18 insertions(+) create mode 100644 J/Jorm/Compat.toml create mode 100644 J/Jorm/Deps.toml create mode 100644 J/Jorm/Package.toml create mode 100644 J/Jorm/Versions.toml diff --git a/J/Jorm/Compat.toml b/J/Jorm/Compat.toml new file mode 100644 index 000000000000000..4b237da45a422e2 --- /dev/null +++ b/J/Jorm/Compat.toml @@ -0,0 +1,6 @@ +[1] +DataFrames = "1.6.1-1" +DocumenterTools = "0.1.19-0.1" +LibPQ = "1.17.1-1" +SQLite = "1.6.1-1" +julia = "1.10.5-1" diff --git a/J/Jorm/Deps.toml b/J/Jorm/Deps.toml new file mode 100644 index 000000000000000..636cdaddbca4b9a --- /dev/null +++ b/J/Jorm/Deps.toml @@ -0,0 +1,6 @@ +[1] +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8" +LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1" +SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9" diff --git a/J/Jorm/Package.toml b/J/Jorm/Package.toml new file mode 100644 index 000000000000000..7e3fba6fcd58e84 --- /dev/null +++ b/J/Jorm/Package.toml @@ -0,0 +1,3 @@ +name = "Jorm" +uuid = "8ed0ba2e-9b92-4829-8f37-c861db1f7b18" +repo = "https://github.com/jcharistech/Jorm.jl.git" diff --git a/J/Jorm/Versions.toml b/J/Jorm/Versions.toml new file mode 100644 index 000000000000000..bdff4c08ca8da46 --- /dev/null +++ b/J/Jorm/Versions.toml @@ -0,0 +1,2 @@ +["1.0.1"] +git-tree-sha1 = "b5869aed54d9ddc073f89524875ec415292cd9c4" diff --git a/Registry.toml b/Registry.toml index e7140dea73c5731..3aadd55e6e733b2 100644 --- a/Registry.toml +++ b/Registry.toml @@ -6489,6 +6489,7 @@ some amount of consideration when choosing package names. 8eb61621-d5fd-4192-a1eb-e9414570b645 = { name = "ParameterTests", path = "P/ParameterTests" } 8ec094ee-96fb-47c5-b407-8e5042c4c592 = { name = "KEGGModuleParser", path = "K/KEGGModuleParser" } 8ecac4f1-ae1f-5ff6-b30b-37d818d8e8b3 = { name = "FireFly_jll", path = "jll/F/FireFly_jll" } +8ed0ba2e-9b92-4829-8f37-c861db1f7b18 = { name = "Jorm", path = "J/Jorm" } 8ed43e74-60fb-4e11-99b9-91deed37aef7 = { name = "AssigningSecondaryStructure", path = "A/AssigningSecondaryStructure" } 8ed9eb0b-7496-408d-8c8b-2119aeea02cd = { name = "AlphaZero", path = "A/AlphaZero" } 8edb0fba-2c06-4136-bc13-43dbc7afa247 = { name = "PreludeDicts", path = "P/PreludeDicts" }