From 3f4cdbb1b0fe98ed9e426d084b41eb2222e9a4de Mon Sep 17 00:00:00 2001 From: Bent Bracke Date: Tue, 23 Jul 2024 11:16:41 +0200 Subject: [PATCH] image_random 20200720.0.0 (#1145) --- .../image_random-20200720.0.0.toml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 index/im/image_random/image_random-20200720.0.0.toml diff --git a/index/im/image_random/image_random-20200720.0.0.toml b/index/im/image_random/image_random-20200720.0.0.toml new file mode 100644 index 00000000..a0ad78f5 --- /dev/null +++ b/index/im/image_random/image_random-20200720.0.0.toml @@ -0,0 +1,35 @@ +name = "image_random" +description = "True random numbers from a digital camera " +version = "20200720" + +authors = ["Jeff Carter"] +maintainers = ["Bent Bracke "] +maintainers-logins = ["bracke"] +licenses = "BSD-3-Clause" +website = "https://github.com/bracke/Image_Random" +tags = ["random", "numbers", "camera"] + +long-description = """ +# Image_Random +True random numbers from a digital camera + +This works under Linux with the GNAT compiler; modification for other platforms or compilers is left as an exercise for the desperate + +Ideally, the camera should have its lens cap on, or have a similar dark covering, so the image is of the camera sensor noise + +However, another randomly changing scene, such as a lava lamp or aquarium, may also work + +This is slow and only produces 64 random bytes; if you need more, it is probably best to use these bytes to seed a high-quality +pseudo-random number generator, such as the Threefry generator +""" + +[build-switches] +"*".style_checks = "No" +"*".ada_version = "Ada12" + +[[depends-on]] # Avoid bug in GNAT 13 +gnat = "<13.0 | >=13.3" +[origin] +commit = "594a238aeb5b9da8a25b14c077584d6e2431f93b" +url = "git+https://github.com/bracke/Image_Random.git" +