From 8ab71b71959213116267ab87fe291d40e850df7d Mon Sep 17 00:00:00 2001 From: Registrator Date: Sat, 17 Apr 2021 18:16:41 +0530 Subject: [PATCH] New package: IOUtils v0.1.0 (#34089) UUID: 6aa5b9b4-0a87-4d01-8444-b9736d377f28 Repo: https://github.com/jagot/IOUtils.jl.git Tree: 693c1162cc5fc293c3dac8069b8b03978eeb951d Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416 --- I/IOUtils/Compat.toml | 2 ++ I/IOUtils/Deps.toml | 0 I/IOUtils/Package.toml | 3 +++ I/IOUtils/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 8 insertions(+) create mode 100644 I/IOUtils/Compat.toml create mode 100644 I/IOUtils/Deps.toml create mode 100644 I/IOUtils/Package.toml create mode 100644 I/IOUtils/Versions.toml diff --git a/I/IOUtils/Compat.toml b/I/IOUtils/Compat.toml new file mode 100644 index 000000000000000..e0052bae0d8eaaf --- /dev/null +++ b/I/IOUtils/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.3.0-1" diff --git a/I/IOUtils/Deps.toml b/I/IOUtils/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/I/IOUtils/Package.toml b/I/IOUtils/Package.toml new file mode 100644 index 000000000000000..4d77141a45cf8e8 --- /dev/null +++ b/I/IOUtils/Package.toml @@ -0,0 +1,3 @@ +name = "IOUtils" +uuid = "6aa5b9b4-0a87-4d01-8444-b9736d377f28" +repo = "https://github.com/jagot/IOUtils.jl.git" diff --git a/I/IOUtils/Versions.toml b/I/IOUtils/Versions.toml new file mode 100644 index 000000000000000..c1b48674fe4c8d9 --- /dev/null +++ b/I/IOUtils/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "693c1162cc5fc293c3dac8069b8b03978eeb951d" diff --git a/Registry.toml b/Registry.toml index 7ae0c79a8bad92e..9a745812f003539 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2324,6 +2324,7 @@ some amount of consideration when choosing package names. 6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2 = { name = "TensorOperations", path = "T/TensorOperations" } 6aa42d20-6c96-11ea-1103-339224409280 = { name = "AutomotiveSimulator", path = "A/AutomotiveSimulator" } 6aa54777-d00a-57a2-a775-234c624c12d3 = { name = "NLreg", path = "N/NLreg" } +6aa5b9b4-0a87-4d01-8444-b9736d377f28 = { name = "IOUtils", path = "I/IOUtils" } 6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea = { name = "TaylorSeries", path = "T/TaylorSeries" } 6ac157d9-b43d-51bb-8fab-48bf53814f4a = { name = "SatelliteToolbox", path = "S/SatelliteToolbox" } 6ac2c632-c4cd-11e9-0501-33c4b9b2f9c9 = { name = "GenerativeModels", path = "G/GenerativeModels" }