From a080b67549a60bda12581a559a6c510ab32f53a3 Mon Sep 17 00:00:00 2001 From: Registrator Date: Mon, 25 Oct 2021 16:26:23 +0530 Subject: [PATCH] New package: FunctionIndices v0.1.0 (#47279) UUID: 43668171-7344-4272-8ca6-106380bd294d Repo: https://github.com/wangl-cc/FunctionIndices.jl.git Tree: 981e33f2239e2ab504e75c0eb277419fcfc728a7 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- F/FunctionIndices/Compat.toml | 3 +++ F/FunctionIndices/Deps.toml | 2 ++ F/FunctionIndices/Package.toml | 3 +++ F/FunctionIndices/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 11 insertions(+) create mode 100644 F/FunctionIndices/Compat.toml create mode 100644 F/FunctionIndices/Deps.toml create mode 100644 F/FunctionIndices/Package.toml create mode 100644 F/FunctionIndices/Versions.toml diff --git a/F/FunctionIndices/Compat.toml b/F/FunctionIndices/Compat.toml new file mode 100644 index 000000000000000..e5bdef67b1b3288 --- /dev/null +++ b/F/FunctionIndices/Compat.toml @@ -0,0 +1,3 @@ +[0] +MappedArrays = "0.3-0.4" +julia = "1" diff --git a/F/FunctionIndices/Deps.toml b/F/FunctionIndices/Deps.toml new file mode 100644 index 000000000000000..5cc637df51fa2bd --- /dev/null +++ b/F/FunctionIndices/Deps.toml @@ -0,0 +1,2 @@ +[0] +MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900" diff --git a/F/FunctionIndices/Package.toml b/F/FunctionIndices/Package.toml new file mode 100644 index 000000000000000..0376b5346bda046 --- /dev/null +++ b/F/FunctionIndices/Package.toml @@ -0,0 +1,3 @@ +name = "FunctionIndices" +uuid = "43668171-7344-4272-8ca6-106380bd294d" +repo = "https://github.com/wangl-cc/FunctionIndices.jl.git" diff --git a/F/FunctionIndices/Versions.toml b/F/FunctionIndices/Versions.toml new file mode 100644 index 000000000000000..7a0fb3a0aee9f6b --- /dev/null +++ b/F/FunctionIndices/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "981e33f2239e2ab504e75c0eb277419fcfc728a7" diff --git a/Registry.toml b/Registry.toml index 4d5f172adaf6f3a..852ee4480fe7c20 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1782,6 +1782,7 @@ some amount of consideration when choosing package names. 43557e69-2879-4f78-9f9f-e79486a55683 = { name = "DynamicTerminal", path = "D/DynamicTerminal" } 435c3d8c-e5f4-5f7f-83ee-d96dcc9b5a11 = { name = "GaussianMixtureTest", path = "G/GaussianMixtureTest" } 436227dc-6146-11e9-240b-9df6ee45b799 = { name = "MatrixLMnet", path = "M/MatrixLMnet" } +43668171-7344-4272-8ca6-106380bd294d = { name = "FunctionIndices", path = "F/FunctionIndices" } 436ed74b-f7b6-57fe-bd82-efdbd6c0ab0c = { name = "AtlasRobot", path = "A/AtlasRobot" } 437b6fc4-8e8e-11e9-3fa1-ad391e66c018 = { name = "ProtoStructs", path = "P/ProtoStructs" } 4381153b-2b60-58ae-a1ba-fd683676385f = { name = "ImageDraw", path = "I/ImageDraw" }