diff --git a/C/CodeSearch/Compat.toml b/C/CodeSearch/Compat.toml new file mode 100644 index 000000000000000..97eb1eb160a3b24 --- /dev/null +++ b/C/CodeSearch/Compat.toml @@ -0,0 +1,4 @@ +[0] +Compat = ["3.47.0-3", "4.10.0-4"] +JuliaSyntax = "0.4.8-0.4" +julia = "1.6.0-1" diff --git a/C/CodeSearch/Deps.toml b/C/CodeSearch/Deps.toml new file mode 100644 index 000000000000000..49885e48773dc6e --- /dev/null +++ b/C/CodeSearch/Deps.toml @@ -0,0 +1,3 @@ +[0] +Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" +JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4" diff --git a/C/CodeSearch/Package.toml b/C/CodeSearch/Package.toml new file mode 100644 index 000000000000000..4e0152dbb5049e6 --- /dev/null +++ b/C/CodeSearch/Package.toml @@ -0,0 +1,3 @@ +name = "CodeSearch" +uuid = "a370208a-6d19-4556-96f2-3584234c2a74" +repo = "https://github.com/LilithHafner/CodeSearch.jl.git" diff --git a/C/CodeSearch/Versions.toml b/C/CodeSearch/Versions.toml new file mode 100644 index 000000000000000..45070beee9c8fea --- /dev/null +++ b/C/CodeSearch/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "920821e970756cac4730e9c2c2153e50cdc202eb" diff --git a/Registry.toml b/Registry.toml index fdb1656ddcd070e..073904f892feb53 100644 --- a/Registry.toml +++ b/Registry.toml @@ -6774,6 +6774,7 @@ a33af91c-f02d-484b-be07-31d278c5ca2b = { name = "CompositionsBase", path = "C/Co a33ca353-0707-5c2b-b398-646075a850cd = { name = "CurrenciesBase", path = "C/CurrenciesBase" } a348c28d-122a-4d3f-b833-160dba4591a7 = { name = "ModflowInterface", path = "M/ModflowInterface" } a350b66b-315f-4c41-8dcc-4d7330525fdd = { name = "TeXTable", path = "T/TeXTable" } +a370208a-6d19-4556-96f2-3584234c2a74 = { name = "CodeSearch", path = "C/CodeSearch" } a3781d3e-2c8e-5597-8496-846d69e16182 = { name = "ExpmV", path = "E/ExpmV" } a3789734-cfe1-5b06-b2d0-1dd0d9d62d05 = { name = "Xorg_libXdmcp_jll", path = "jll/X/Xorg_libXdmcp_jll" } a3809bfe-37bb-4d48-a667-bac4c6be8d90 = { name = "CBLS", path = "C/CBLS" }