From 0d1588639c028db98fee4e212f38fecff83ca028 Mon Sep 17 00:00:00 2001 From: Registrator Date: Thu, 17 Jun 2021 07:03:12 +0530 Subject: [PATCH] New package: ScientificTypesBase v1.0.0 (#38778) UUID: 30f210dd-8aff-4c5f-94ba-8e64358c1161 Repo: https://github.com/JuliaAI/ScientificTypesBase.jl.git Tree: 3f7ddb0cf0c3a4cff06d9df6f01135fa5442c99b Registrator tree SHA: c7e033175c3b9b466fb2cc8beab47042878a66b0 --- Registry.toml | 1 + S/ScientificTypesBase/Compat.toml | 2 ++ S/ScientificTypesBase/Deps.toml | 0 S/ScientificTypesBase/Package.toml | 3 +++ S/ScientificTypesBase/Versions.toml | 2 ++ 5 files changed, 8 insertions(+) create mode 100644 S/ScientificTypesBase/Compat.toml create mode 100644 S/ScientificTypesBase/Deps.toml create mode 100644 S/ScientificTypesBase/Package.toml create mode 100644 S/ScientificTypesBase/Versions.toml diff --git a/Registry.toml b/Registry.toml index 1c9fc644178c8ca..f54f3e27f3fb8ef 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1152,6 +1152,7 @@ some amount of consideration when choosing package names. 30d33687-f7ed-5b0d-8b26-3dc9b7abd572 = { name = "MCVI", path = "M/MCVI" } 30ddb3f0-912f-4f34-9804-e4bb31290777 = { name = "StippleCharts", path = "S/StippleCharts" } 30e472fa-2b12-4c0b-9705-07d174b7a4e1 = { name = "PubChemCrawler", path = "P/PubChemCrawler" } +30f210dd-8aff-4c5f-94ba-8e64358c1161 = { name = "ScientificTypesBase", path = "S/ScientificTypesBase" } 30f324ab-b02d-43f0-b619-e131c61659f7 = { name = "Constraints", path = "C/Constraints" } 30fc2ffe-d236-52d8-8643-a9d8f7c094a7 = { name = "LossFunctions", path = "L/LossFunctions" } 311a05b2-6137-4a5a-b473-18580a3d38b5 = { name = "DemoCards", path = "D/DemoCards" } diff --git a/S/ScientificTypesBase/Compat.toml b/S/ScientificTypesBase/Compat.toml new file mode 100644 index 000000000000000..06be3379338c2bd --- /dev/null +++ b/S/ScientificTypesBase/Compat.toml @@ -0,0 +1,2 @@ +[1] +julia = "1" diff --git a/S/ScientificTypesBase/Deps.toml b/S/ScientificTypesBase/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/S/ScientificTypesBase/Package.toml b/S/ScientificTypesBase/Package.toml new file mode 100644 index 000000000000000..3b218184a668eb9 --- /dev/null +++ b/S/ScientificTypesBase/Package.toml @@ -0,0 +1,3 @@ +name = "ScientificTypesBase" +uuid = "30f210dd-8aff-4c5f-94ba-8e64358c1161" +repo = "https://github.com/JuliaAI/ScientificTypesBase.jl.git" diff --git a/S/ScientificTypesBase/Versions.toml b/S/ScientificTypesBase/Versions.toml new file mode 100644 index 000000000000000..289aa6efdd7c085 --- /dev/null +++ b/S/ScientificTypesBase/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "3f7ddb0cf0c3a4cff06d9df6f01135fa5442c99b"