diff --git a/P/Posits/Compat.toml b/P/Posits/Compat.toml new file mode 100644 index 000000000000000..3b0740ac800ca67 --- /dev/null +++ b/P/Posits/Compat.toml @@ -0,0 +1,3 @@ +[0] +julia = "1.6.7-1" +libposit_jll = "1" diff --git a/P/Posits/Deps.toml b/P/Posits/Deps.toml new file mode 100644 index 000000000000000..93221516c72eb76 --- /dev/null +++ b/P/Posits/Deps.toml @@ -0,0 +1,3 @@ +[0] +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +libposit_jll = "51f2fc5f-9d5c-580b-98f8-9638c2091362" diff --git a/P/Posits/Package.toml b/P/Posits/Package.toml new file mode 100644 index 000000000000000..2039ba8c59a1853 --- /dev/null +++ b/P/Posits/Package.toml @@ -0,0 +1,3 @@ +name = "Posits" +uuid = "206caa4e-a773-11ef-0a96-55713be7837f" +repo = "https://github.com/takum-arithmetic/Posits.jl.git" diff --git a/P/Posits/Versions.toml b/P/Posits/Versions.toml new file mode 100644 index 000000000000000..aff02416939e238 --- /dev/null +++ b/P/Posits/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "a4ce4580d5cd1ce9f4e580435cc7953318e3db9a" diff --git a/Registry.toml b/Registry.toml index d3f4da3a6b06fdf..1263b59b18d47f6 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1514,6 +1514,7 @@ some amount of consideration when choosing package names. 205b04f2-f585-4877-a239-566270b3f673 = { name = "SimpleGraphConverter", path = "S/SimpleGraphConverter" } 205e633a-858c-4dbb-8a70-2404f270abcf = { name = "HTML5", path = "H/HTML5" } 206a444d-62d4-4bef-89ca-f2a4a27f2209 = { name = "MuTuner", path = "M/MuTuner" } +206caa4e-a773-11ef-0a96-55713be7837f = { name = "Posits", path = "P/Posits" } 207801d6-6cee-43a9-ad0c-f0c64933efa0 = { name = "ModelOrderReduction", path = "M/ModelOrderReduction" } 2079e98e-b9a5-4add-91d8-8d7b7bc8f821 = { name = "ISAtmosphere", path = "I/ISAtmosphere" } 2083aeaf-6258-5d07-89fc-32cf5060c837 = { name = "DynamicSampling", path = "D/DynamicSampling" }