From eb964acfb2155ffbe83c8820013f220b1f6f3e04 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Sun, 7 Jul 2019 03:04:39 +0400 Subject: [PATCH] New package: KronLinInv v0.1.0 UUID: cc83e5c8-98fc-11e9-313e-e750fdcd15c8 Repo: https://github.com/inverseproblem/KronLinInv.jl.git Tree: 57144e04ef44108d5e952ec0055a7060852bc947 Registrator tree SHA: 3358484330f361397979cc5f65a9354333511e25 --- K/KronLinInv/Compat.toml | 3 +++ K/KronLinInv/Deps.toml | 4 ++++ K/KronLinInv/Package.toml | 3 +++ K/KronLinInv/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 13 insertions(+) create mode 100644 K/KronLinInv/Compat.toml create mode 100644 K/KronLinInv/Deps.toml create mode 100644 K/KronLinInv/Package.toml create mode 100644 K/KronLinInv/Versions.toml diff --git a/K/KronLinInv/Compat.toml b/K/KronLinInv/Compat.toml new file mode 100644 index 000000000000000..35e83fb99920d79 --- /dev/null +++ b/K/KronLinInv/Compat.toml @@ -0,0 +1,3 @@ +[0] +Documenter = "0.22" +julia = "1" diff --git a/K/KronLinInv/Deps.toml b/K/KronLinInv/Deps.toml new file mode 100644 index 000000000000000..45fb24560e1b7cc --- /dev/null +++ b/K/KronLinInv/Deps.toml @@ -0,0 +1,4 @@ +[0] +Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/K/KronLinInv/Package.toml b/K/KronLinInv/Package.toml new file mode 100644 index 000000000000000..c2f4298397a6c20 --- /dev/null +++ b/K/KronLinInv/Package.toml @@ -0,0 +1,3 @@ +name = "KronLinInv" +uuid = "cc83e5c8-98fc-11e9-313e-e750fdcd15c8" +repo = "https://github.com/inverseproblem/KronLinInv.jl.git" diff --git a/K/KronLinInv/Versions.toml b/K/KronLinInv/Versions.toml new file mode 100644 index 000000000000000..dcca4b74fa8cbe7 --- /dev/null +++ b/K/KronLinInv/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "57144e04ef44108d5e952ec0055a7060852bc947" diff --git a/Registry.toml b/Registry.toml index e7cd46c8d2d53ee..ca192c4a1ade14e 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2318,6 +2318,7 @@ cc2ba9b6-d476-5e6d-8eaf-a92d5412d41d = { name = "MLDataUtils", path = "M/MLDataU cc46b21f-1b17-51c2-b642-af74c3d3a8be = { name = "PowerDynamics", path = "P/PowerDynamics" } cc48e778-429c-5593-b60f-2bcf41d5649c = { name = "VerTeX", path = "V/VerTeX" } cc78a3dd-804f-52f0-8d12-0c5273493045 = { name = "Cartesian", path = "C/Cartesian" } +cc83e5c8-98fc-11e9-313e-e750fdcd15c8 = { name = "KronLinInv", path = "K/KronLinInv" } cc8bc4a8-27d6-5769-a93b-9d913e69aa62 = { name = "Widgets", path = "W/Widgets" } cc9b1b2d-f4cf-5aeb-b1c9-57f66198f3ff = { name = "ReduceAlgebra", path = "R/ReduceAlgebra" } cca4922a-eeba-5ef2-956c-35affdce983e = { name = "PowerLaws", path = "P/PowerLaws" }