diff --git a/Registry.toml b/Registry.toml index 589a9138d0e307d..c6d3543e3fd18a7 100644 --- a/Registry.toml +++ b/Registry.toml @@ -812,6 +812,7 @@ some amount of consideration when choosing package names. 112dcb92-135b-4fff-bdeb-bacebdb79ec0 = { name = "ResizingTools", path = "R/ResizingTools" } 112f6efa-9a02-5b7d-90c0-432ed331239a = { name = "VegaLite", path = "V/VegaLite" } 1130ab10-4a5a-5621-a13d-e4788d82bd4c = { name = "DiffEqParamEstim", path = "D/DiffEqParamEstim" } +11323060-fdcc-4929-8e2b-ee81bb1296f8 = { name = "VOPLS", path = "V/VOPLS" } 11346573-4739-5234-a9de-0f0819ae11a7 = { name = "XyceWrapper_jll", path = "jll/X/XyceWrapper_jll" } 113fc11f-d823-43a8-a074-b997e93e8190 = { name = "Mimi_NAS_pH", path = "M/Mimi_NAS_pH" } 113fdce4-79f1-4c04-9e25-5fd3385cd3b1 = { name = "AbstractIndices", path = "A/AbstractIndices" } diff --git a/V/VOPLS/Compat.toml b/V/VOPLS/Compat.toml new file mode 100644 index 000000000000000..b2bc093e583c235 --- /dev/null +++ b/V/VOPLS/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.6.7-1" diff --git a/V/VOPLS/Deps.toml b/V/VOPLS/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/V/VOPLS/Package.toml b/V/VOPLS/Package.toml new file mode 100644 index 000000000000000..ac24927dc44e074 --- /dev/null +++ b/V/VOPLS/Package.toml @@ -0,0 +1,3 @@ +name = "VOPLS" +uuid = "11323060-fdcc-4929-8e2b-ee81bb1296f8" +repo = "https://github.com/mmogib/VOPLS.jl.git" diff --git a/V/VOPLS/Versions.toml b/V/VOPLS/Versions.toml new file mode 100644 index 000000000000000..f05fda9ee0b3809 --- /dev/null +++ b/V/VOPLS/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1-DEV"] +git-tree-sha1 = "1962b71ba5931bf377718f7270130edcc69f90ec"