From b0e918dc5acfc32a5c3191cdd0148a6100a8e6a4 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Thu, 16 May 2024 08:51:13 +0000 Subject: [PATCH] New package: Reactant v0.1.0 UUID: 3c362404-f566-11ee-1572-e11a4b42c853 Repo: https://github.com/EnzymeAD/Reactant.jl.git Tree: a24822bc0f4cdf6a1384f7e869885473bc410e09 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- R/Reactant/Compat.toml | 7 +++++++ R/Reactant/Deps.toml | 7 +++++++ R/Reactant/Package.toml | 3 +++ R/Reactant/Versions.toml | 2 ++ R/Reactant/WeakDeps.toml | 2 ++ Registry.toml | 1 + 6 files changed, 22 insertions(+) create mode 100644 R/Reactant/Compat.toml create mode 100644 R/Reactant/Deps.toml create mode 100644 R/Reactant/Package.toml create mode 100644 R/Reactant/Versions.toml create mode 100644 R/Reactant/WeakDeps.toml diff --git a/R/Reactant/Compat.toml b/R/Reactant/Compat.toml new file mode 100644 index 000000000000000..a5e22f1f1aa8907 --- /dev/null +++ b/R/Reactant/Compat.toml @@ -0,0 +1,7 @@ +[0] +CEnum = "0.4-0.5" +Cassette = "0.3" +Enzyme = "0.11-0.12" +Preferences = "1.4.0-1" +Reactant_jll = "0.0.6" +julia = "1" diff --git a/R/Reactant/Deps.toml b/R/Reactant/Deps.toml new file mode 100644 index 000000000000000..1d7ca28cdd00936 --- /dev/null +++ b/R/Reactant/Deps.toml @@ -0,0 +1,7 @@ +[0] +CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" +Cassette = "7057c7e9-c182-5462-911a-8362d720325c" +Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" +Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" +Preferences = "21216c6a-2e73-6563-6e65-726566657250" +Reactant_jll = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0" diff --git a/R/Reactant/Package.toml b/R/Reactant/Package.toml new file mode 100644 index 000000000000000..50d692abe96a053 --- /dev/null +++ b/R/Reactant/Package.toml @@ -0,0 +1,3 @@ +name = "Reactant" +uuid = "3c362404-f566-11ee-1572-e11a4b42c853" +repo = "https://github.com/EnzymeAD/Reactant.jl.git" diff --git a/R/Reactant/Versions.toml b/R/Reactant/Versions.toml new file mode 100644 index 000000000000000..9078432e6ddab47 --- /dev/null +++ b/R/Reactant/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "a24822bc0f4cdf6a1384f7e869885473bc410e09" diff --git a/R/Reactant/WeakDeps.toml b/R/Reactant/WeakDeps.toml new file mode 100644 index 000000000000000..29e151b4a7dbeea --- /dev/null +++ b/R/Reactant/WeakDeps.toml @@ -0,0 +1,2 @@ +[0] +NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" diff --git a/Registry.toml b/Registry.toml index a5638348f45be9b..3018b6792e2a686 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2613,6 +2613,7 @@ some amount of consideration when choosing package names. 3c2bf3bc-2bd9-4d6d-b474-66378cb6c97e = { name = "Equil", path = "E/Equil" } 3c307872-14e4-494b-abb3-fed68641e9b4 = { name = "PolyBranch", path = "P/PolyBranch" } 3c3547ce-8d99-4f5e-a174-61eb10b00ae3 = { name = "DiskArrays", path = "D/DiskArrays" } +3c362404-f566-11ee-1572-e11a4b42c853 = { name = "Reactant", path = "R/Reactant" } 3c38c10f-068b-409d-8b1c-aa4375858705 = { name = "QSymbolicsOptics", path = "Q/QSymbolicsOptics" } 3c3e07df-3689-4029-aba7-dd69ca7e6285 = { name = "NoncommutativeGraphs", path = "N/NoncommutativeGraphs" } 3c3ff5e7-c68c-4a09-80d1-9526a1e9878a = { name = "ModuleInfo", path = "M/ModuleInfo" }