diff --git a/Registry.toml b/Registry.toml index af16b3952da203e..eb1335432ceceb5 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5847,6 +5847,7 @@ some amount of consideration when choosing package names. 80307280-efb2-5c5d-af8b-a9c15821677b = { name = "InteractiveFixedEffectModels", path = "I/InteractiveFixedEffectModels" } 8030dd95-f9ed-4dd5-b230-99ba15524fc3 = { name = "UnifiedPseudopotentialFormat", path = "U/UnifiedPseudopotentialFormat" } 80337aba-e645-5151-a517-44b13a626b79 = { name = "iODBC_jll", path = "jll/I/iODBC_jll" } +80345c00-9166-4d3e-8c72-003f651600ad = { name = "TapeMeasure", path = "T/TapeMeasure" } 803aa692-84f0-5eed-9cc1-fbb46710dded = { name = "RiemannTheta", path = "R/RiemannTheta" } 8042aa49-e599-49ec-a8f7-b5b80cc82a88 = { name = "OperationsResearchModels", path = "O/OperationsResearchModels" } 8047a082-0763-4c4f-a23b-a4a948721f1d = { name = "SparseBase", path = "S/SparseBase" } diff --git a/T/TapeMeasure/Compat.toml b/T/TapeMeasure/Compat.toml new file mode 100644 index 000000000000000..487bdb4167afffc --- /dev/null +++ b/T/TapeMeasure/Compat.toml @@ -0,0 +1,4 @@ +[0] +Statistics = "1.10.0-1" +Unitful = "1.21.0-1" +julia = "1.10.0-1" diff --git a/T/TapeMeasure/Deps.toml b/T/TapeMeasure/Deps.toml new file mode 100644 index 000000000000000..48d4d3b4757b746 --- /dev/null +++ b/T/TapeMeasure/Deps.toml @@ -0,0 +1,3 @@ +[0] +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" diff --git a/T/TapeMeasure/Package.toml b/T/TapeMeasure/Package.toml new file mode 100644 index 000000000000000..b96206aa3dd8d95 --- /dev/null +++ b/T/TapeMeasure/Package.toml @@ -0,0 +1,3 @@ +name = "TapeMeasure" +uuid = "80345c00-9166-4d3e-8c72-003f651600ad" +repo = "https://github.com/co1emi11er2/TapeMeasure.jl.git" diff --git a/T/TapeMeasure/Versions.toml b/T/TapeMeasure/Versions.toml new file mode 100644 index 000000000000000..447ae25b6446041 --- /dev/null +++ b/T/TapeMeasure/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "d3b73425cac32ee859011f3080b8399d2b59c524" diff --git a/T/TapeMeasure/WeakCompat.toml b/T/TapeMeasure/WeakCompat.toml new file mode 100644 index 000000000000000..27b4b007faca604 --- /dev/null +++ b/T/TapeMeasure/WeakCompat.toml @@ -0,0 +1,3 @@ +[0] +Makie = "0.21" +RecipesBase = "1.3.0-1" diff --git a/T/TapeMeasure/WeakDeps.toml b/T/TapeMeasure/WeakDeps.toml new file mode 100644 index 000000000000000..81020d3689ab94c --- /dev/null +++ b/T/TapeMeasure/WeakDeps.toml @@ -0,0 +1,3 @@ +[0] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" +RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"