From 2cb9488b4cf324841a0a3a7922f4dde8e812eb5b Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Wed, 1 Apr 2020 13:10:01 +0000 Subject: [PATCH] New package: FuzzyCompletions v0.1.0 UUID: fb4132e2-a121-4a70-b8a1-d5b831dcdcc2 Repo: https://github.com/aviatesk/FuzzyCompletions.jl.git Tree: e25fc7ec00211145d096be84153eeb93f4cf269d Registrator tree SHA: unknown --- F/FuzzyCompletions/Compat.toml | 2 ++ F/FuzzyCompletions/Deps.toml | 2 ++ F/FuzzyCompletions/Package.toml | 3 +++ F/FuzzyCompletions/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 10 insertions(+) create mode 100644 F/FuzzyCompletions/Compat.toml create mode 100644 F/FuzzyCompletions/Deps.toml create mode 100644 F/FuzzyCompletions/Package.toml create mode 100644 F/FuzzyCompletions/Versions.toml diff --git a/F/FuzzyCompletions/Compat.toml b/F/FuzzyCompletions/Compat.toml new file mode 100644 index 000000000000000..a1b267407790595 --- /dev/null +++ b/F/FuzzyCompletions/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1" diff --git a/F/FuzzyCompletions/Deps.toml b/F/FuzzyCompletions/Deps.toml new file mode 100644 index 000000000000000..7cd58bc88bd9585 --- /dev/null +++ b/F/FuzzyCompletions/Deps.toml @@ -0,0 +1,2 @@ +[0] +REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" diff --git a/F/FuzzyCompletions/Package.toml b/F/FuzzyCompletions/Package.toml new file mode 100644 index 000000000000000..199bb4004cbd39d --- /dev/null +++ b/F/FuzzyCompletions/Package.toml @@ -0,0 +1,3 @@ +name = "FuzzyCompletions" +uuid = "fb4132e2-a121-4a70-b8a1-d5b831dcdcc2" +repo = "https://github.com/aviatesk/FuzzyCompletions.jl.git" diff --git a/F/FuzzyCompletions/Versions.toml b/F/FuzzyCompletions/Versions.toml new file mode 100644 index 000000000000000..5915a3c602d0358 --- /dev/null +++ b/F/FuzzyCompletions/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "e25fc7ec00211145d096be84153eeb93f4cf269d" diff --git a/Registry.toml b/Registry.toml index 8c409428a03004e..9788fd729d25719 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3283,6 +3283,7 @@ fae87a5f-d1ad-5cf0-8f61-c941e1580b46 = { name = "ParserCombinator", path = "P/Pa fb03b324-f2a4-578c-aba7-71fab90f4c9b = { name = "Figures", path = "F/Figures" } fb13fc95-9a72-5e81-90ef-432a29d7f4c2 = { name = "StanDiagnose", path = "S/StanDiagnose" } fb2f1d7b-1de9-45a3-b106-388808110f78 = { name = "Porta", path = "P/Porta" } +fb4132e2-a121-4a70-b8a1-d5b831dcdcc2 = { name = "FuzzyCompletions", path = "F/FuzzyCompletions" } fb44c06c-c62f-5397-83f5-69249e0a3c8e = { name = "DustExtinction", path = "D/DustExtinction" } fb4d412d-6eee-574d-9565-ede6634db7b0 = { name = "FixedPointDecimals", path = "F/FixedPointDecimals" } fb686558-2515-59ef-acaa-46db3789a887 = { name = "RandomExtensions", path = "R/RandomExtensions" }