From 8d60d67ef779854e854af1fa9fb79098ecc2c292 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Wed, 12 Jun 2019 18:50:30 +0000 Subject: [PATCH] New package: GasPowerModels v0.1.0 UUID: 1fcaf345-95e3-5b8b-91d6-2145eb844b9d Repo: https://github.com/lanl-ansi/GasPowerModels.jl.git Tree: 942c0f1b00793fa7968e5c35c73ed832eadc6a68 Registrator tree SHA: 2829943ac354ae0d3228963763c1b0cc319a2d8e --- G/GasPowerModels/Compat.toml | 6 ++++++ G/GasPowerModels/Deps.toml | 7 +++++++ G/GasPowerModels/Package.toml | 3 +++ G/GasPowerModels/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 19 insertions(+) create mode 100644 G/GasPowerModels/Compat.toml create mode 100644 G/GasPowerModels/Deps.toml create mode 100644 G/GasPowerModels/Package.toml create mode 100644 G/GasPowerModels/Versions.toml diff --git a/G/GasPowerModels/Compat.toml b/G/GasPowerModels/Compat.toml new file mode 100644 index 000000000000000..94ef49666f04439 --- /dev/null +++ b/G/GasPowerModels/Compat.toml @@ -0,0 +1,6 @@ +[0] +GasModels = "0.4" +InfrastructureModels = "0.2" +JSON = "0.18.0-*" +PowerModels = "0.11" +julia = "1" diff --git a/G/GasPowerModels/Deps.toml b/G/GasPowerModels/Deps.toml new file mode 100644 index 000000000000000..b9182650f82476f --- /dev/null +++ b/G/GasPowerModels/Deps.toml @@ -0,0 +1,7 @@ +[0] +GasModels = "5e113713-6c35-5477-b766-e1109486666f" +InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0" +JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +JuMP = "4076af6c-e467-56ae-b986-b466b2749572" +Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9" +PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655" diff --git a/G/GasPowerModels/Package.toml b/G/GasPowerModels/Package.toml new file mode 100644 index 000000000000000..6dafe041c18cfad --- /dev/null +++ b/G/GasPowerModels/Package.toml @@ -0,0 +1,3 @@ +name = "GasPowerModels" +uuid = "1fcaf345-95e3-5b8b-91d6-2145eb844b9d" +repo = "https://github.com/lanl-ansi/GasPowerModels.jl.git" diff --git a/G/GasPowerModels/Versions.toml b/G/GasPowerModels/Versions.toml new file mode 100644 index 000000000000000..7a3e53bb8dda265 --- /dev/null +++ b/G/GasPowerModels/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "942c0f1b00793fa7968e5c35c73ed832eadc6a68" diff --git a/Registry.toml b/Registry.toml index f820b94f4e423b0..a30b46e8c596e22 100644 --- a/Registry.toml +++ b/Registry.toml @@ -373,6 +373,7 @@ some amount of consideration when choosing package names. 1fa08884-6cdb-542d-8938-eb45e6bbeb56 = { name = "MergedMethods", path = "M/MergedMethods" } 1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8 = { name = "Format", path = "F/Format" } 1fb05d12-6c47-528b-bee1-deadc63ff0b4 = { name = "Sched", path = "S/Sched" } +1fcaf345-95e3-5b8b-91d6-2145eb844b9d = { name = "GasPowerModels", path = "G/GasPowerModels" } 1fd47b50-473d-5c70-9696-f719f8f3bcdc = { name = "QuadGK", path = "Q/QuadGK" } 202779bd-50eb-51bf-ba18-ab2f8c575de8 = { name = "PrettyPlots", path = "P/PrettyPlots" } 2030c09a-7f63-5d83-885d-db604e0e9cc0 = { name = "InfrastructureModels", path = "I/InfrastructureModels" }