From 1217859cd11165af5c73fc20b3968343559402b4 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Sun, 5 Mar 2023 08:17:01 +0000 Subject: [PATCH] New package: ADTypes v0.1.0 UUID: 47edcb42-4c32-4615-8424-f2b9edc5f35b Repo: https://github.com/SciML/ADTypes.jl.git Tree: 255e25d078cc61b9a6d82acc03731eb97e03e476 Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- A/ADTypes/Compat.toml | 2 ++ A/ADTypes/Package.toml | 3 +++ A/ADTypes/Versions.toml | 2 ++ Registry.toml | 1 + 4 files changed, 8 insertions(+) create mode 100644 A/ADTypes/Compat.toml create mode 100644 A/ADTypes/Package.toml create mode 100644 A/ADTypes/Versions.toml diff --git a/A/ADTypes/Compat.toml b/A/ADTypes/Compat.toml new file mode 100644 index 000000000000000..a1b267407790595 --- /dev/null +++ b/A/ADTypes/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1" diff --git a/A/ADTypes/Package.toml b/A/ADTypes/Package.toml new file mode 100644 index 000000000000000..2d38243e7e1f3de --- /dev/null +++ b/A/ADTypes/Package.toml @@ -0,0 +1,3 @@ +name = "ADTypes" +uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b" +repo = "https://github.com/SciML/ADTypes.jl.git" diff --git a/A/ADTypes/Versions.toml b/A/ADTypes/Versions.toml new file mode 100644 index 000000000000000..07c43f70e43b72f --- /dev/null +++ b/A/ADTypes/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "255e25d078cc61b9a6d82acc03731eb97e03e476" diff --git a/Registry.toml b/Registry.toml index 1af24d218300fd0..f63c5ba422de8fc 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2599,6 +2599,7 @@ some amount of consideration when choosing package names. 47cfafe2-3833-4da3-8183-ce14c2b92cbd = { name = "OperatorFlux", path = "O/OperatorFlux" } 47d2ed2b-36de-50cf-bf87-49c2cf4b8b91 = { name = "Hyperscript", path = "H/Hyperscript" } 47ec601d-2729-4ac9-bed9-2b3ab5fca9ff = { name = "Ducc0", path = "D/Ducc0" } +47edcb42-4c32-4615-8424-f2b9edc5f35b = { name = "ADTypes", path = "A/ADTypes" } 480116ec-64ea-5dec-baca-db6b11e96e37 = { name = "JuliaWebAPI", path = "J/JuliaWebAPI" } 4803f6b2-022a-4c1b-a771-522a3413ec86 = { name = "CarlemanLinearization", path = "C/CarlemanLinearization" } 4805d9eb-6a63-5fb7-bff2-245b636b81dc = { name = "xdm_jll", path = "X/xdm_jll" }