+66
packages/arrayjit/arrayjit.0.5.2/opam
+66
packages/arrayjit/arrayjit.0.5.2/opam
···
···+"The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers."+"sha512=bccea3b2ad2cd6a96b1f03aaf8e127c800687a69191e5d09c7adf5e26c3bccd73f993eef91154a1ce2bcf4eeebf5bdb8d5372932018b4307515e8b6f5f4e94ab"
+39
packages/base/base.v0.16.4/opam
+39
packages/base/base.v0.16.4/opam
···
···+"sha512=ab1bf389889dda97235a76782858521256ab65290831c1234781bc4b3ec8186680616f64b922b0c9dfd11b2ed46e0be9e9b8778904a97ef5f849132b925fd210"
+39
packages/camldiets/camldiets.0.3/opam
+39
packages/camldiets/camldiets.0.3/opam
···
···+"A highly efficient OCaml set implementation for fat sets, i.e. densely populated sets over a discrete linear order"+"A highly efficient OCaml set implementation for fat sets, i.e. densely populated sets over a discrete linear order."+"sha512=0de67240cdb1fa582e43c7580875cdcdcb18cc4a1bacf46b395c26608009319c3d1474d1463ad5c552b367f3b3110ef50de8abeb058184f66b5dd1d70abea810"
+62
packages/camyll/camyll.0.4.4/opam
+62
packages/camyll/camyll.0.4.4/opam
···
···+"sha512=cecf98760e4718dd46a9466cc473406defbf652a3b7e59b63797caf9418fb0e6cbca3124e28544b6a3e4e8a0974d3ea9661274b2bab01baa8bed3e6248fc155c"
+48
packages/conan/conan.0.0.6/opam
+48
packages/conan/conan.0.0.6/opam
···
···+"sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40"
+49
packages/conan-cli/conan-cli.0.0.6/opam
+49
packages/conan-cli/conan-cli.0.0.6/opam
···
···+"sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40"
+33
packages/conan-database/conan-database.0.0.6/opam
+33
packages/conan-database/conan-database.0.0.6/opam
···
···+"sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40"
+39
packages/conan-lwt/conan-lwt.0.0.6/opam
+39
packages/conan-lwt/conan-lwt.0.0.6/opam
···
···+"sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40"
+38
packages/conan-unix/conan-unix.0.0.6/opam
+38
packages/conan-unix/conan-unix.0.0.6/opam
···
···+"sha512=5b46c70c237a6c40b1119bdc33e30fb4911d9f60e5b6bc3976604a0a4bd17635ecbb0862b9944e6022090ab0f1d01bd5e1832b465a7c2c5328e88d7cf23c2e40"
+6
-6
packages/conf-cuda/conf-cuda.1/opam
+6
-6
packages/conf-cuda/conf-cuda.1/opam
···# "cuda-cudart-X-Y" "cuda-cudart-dev-X-Y" "cuda-runtime-X-Y" "cuda-nvrtc-X-Y" "cuda-nvrtc-dev-X-Y"···-"Make sure that CUDA is properly installed under the path %{conf-cuda-config:cuda_path}%; or properly set the CUDA_PATH environment variable and re-install opam package conf-cuda-config. See: https://docs.nvidia.com/cuda/ Failing configuration: CUDA_PATH=%{conf-cuda-config:cuda_path}%, is-WSL %{conf-cuda-config:is_wsl}%, OS family %{os-family}%""Execute: $ sudo add-apt-repository multiverse; sudo apt update; sudo apt-get install nvidia-cuda-dev nvidia-cuda-toolkit"{failure & !conf-cuda-config:cuda_preinstalled & !conf-cuda-config:is_wsl & os-family = "debian" & os-distribution != "ubuntu"}···(os-family = "opensuse" | os-distribution = "opensuse-leap" | os-distribution = "opensuse-tumbleweed")}-"Alternatively: manually install CUDA or verify that CUDA_PATH is set properly, and re-install opam package conf-cuda-config. See: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html"-"Manually install CUDA or verify that CUDA_PATH is set properly, and re-install opam package conf-cuda-config. See: https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html""If CUDA is supported on your system, manually install CUDA or verify that CUDA_PATH is set properly, and re-install opam package conf-cuda-config. See: https://docs.nvidia.com/cuda/"-{failure & !conf-cuda-config:is_wsl & !conf-cuda-config:cuda_preinstalled & os != "linux" & os != "windows"}
···+["sh" "-exc" "$(ocamlc -config-var c_compiler) -c $CFLAGS -I'%{conf-cuda-config:cuda_path}%/include' test.c"]# "cuda-cudart-X-Y" "cuda-cudart-dev-X-Y" "cuda-runtime-X-Y" "cuda-nvrtc-X-Y" "cuda-nvrtc-dev-X-Y"···+"Make sure that CUDA is properly installed under the path %{conf-cuda-config:cuda_path}%; or properly set the CUDA_PATH environment variable and re-install opam package conf-cuda-config. We recommend using the latest version of CUDA, at least v12.8. See: https://docs.nvidia.com/cuda/ Failing configuration: CUDA_PATH=%{conf-cuda-config:cuda_path}%, is-WSL %{conf-cuda-config:is_wsl}%, OS family %{os-family}%""Execute: $ sudo add-apt-repository multiverse; sudo apt update; sudo apt-get install nvidia-cuda-dev nvidia-cuda-toolkit"{failure & !conf-cuda-config:cuda_preinstalled & !conf-cuda-config:is_wsl & os-family = "debian" & os-distribution != "ubuntu"}···(os-family = "opensuse" | os-distribution = "opensuse-leap" | os-distribution = "opensuse-tumbleweed")}+"Alternatively: manually install CUDA or verify that CUDA_PATH is set properly, and re-install opam package conf-cuda-config. We recommend using the latest version of CUDA, at least v12.8. See: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html"+"Manually install CUDA or verify that CUDA_PATH is set properly. See: https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html""If CUDA is supported on your system, manually install CUDA or verify that CUDA_PATH is set properly, and re-install opam package conf-cuda-config. See: https://docs.nvidia.com/cuda/"+{failure & !conf-cuda-config:is_wsl & !conf-cuda-config:cuda_preinstalled & os != "linux" & os-family != "windows"}
+26
-1
packages/conf-cuda-config/conf-cuda-config.1/opam
+26
-1
packages/conf-cuda-config/conf-cuda-config.1/opam
···+echo 'opam-version: \"2.0\" variables { cuda_preinstalled: \"'$CUDA_PREINSTALLED'\" cuda_path: \"'$CUDA_PATH'\" }' > conf-cuda-config.config+[ "powershell" "-Command" "(Get-Content -Raw conf-cuda-config.config) -replace '\\\\', '\\\\' | Set-Content conf-cuda-config.config" ] {os-family = "windows"}
+1
-2
packages/core_unix/core_unix.v0.16.0/opam
+1
-2
packages/core_unix/core_unix.v0.16.0/opam
···
···
+2
-2
packages/core_unix/core_unix.v0.17.0/opam
+2
-2
packages/core_unix/core_unix.v0.17.0/opam
······
······+available: [ (arch = "x86_64" | arch = "arm64") & !(os = "freebsd" & os-version >= "14") & os-distribution != "alpine"]
+54
packages/cudajit/cudajit.0.7.0/opam
+54
packages/cudajit/cudajit.0.7.0/opam
···
···+"Bindings to manually selected parts of `lcuda` and `lnvrtc`, with a few types and conversion functions to facilitate use."+"NOTE: CUDA drivers are outside the scope of system packages and might need to be installed manually."+"NOTE: double-check if CUDA drivers for Windows are installed and Linux libraries don't hide WSL stubs; see: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#network-repo-installation-for-wsl"+"sha512=63d31e1949629e2dc9f3acd82716540d6377362376ed07cfef23b75f0e346adec337b8e1afdbb25088e3c9cc4ac54ee3c96fe024a81be044289cad106db019e2"
+44
packages/domainslib/domainslib.0.5.2/opam
+44
packages/domainslib/domainslib.0.5.2/opam
···
···+"sha512=08300d827a7aadd164929177ee15ef45a729a10b961efbb1df7051b1ddf9f869a3c77b58aa277e17ad2002f292b4970af1d8d6b9576f448e769996a36e64ed56"
+62
packages/gappa/gappa.1.3.5/opam
+62
packages/gappa/gappa.1.3.5/opam
···
···+"CXXFLAGS=-I/opt/homebrew/include" { os-distribution = "homebrew" & os = "macos" & arch = "arm64"}+synopsis: "Tool intended for formally proving properties on numerical programs dealing with floating-point or fixed-point arithmetic"+checksum: "sha512=60b5719e3a321df43e33045fa8f4511fc02a4218d1ae7e476e7c6ebcf90ae208832881f6eea5b99a3296dfcc3a18c7e1f4ea9dbea446fc502e14306b6975f6e6"+"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/gappa/0001-Added-configure-for-c-11.patch"
+44
packages/jasmin/jasmin.2025.02.1/opam
+44
packages/jasmin/jasmin.2025.02.1/opam
···
···+src: "https://github.com/jasmin-lang/jasmin/releases/download/v2025.02.1/jasmin-compiler-v2025.02.1.tar.bz2"
+40
packages/linol/linol.0.9/opam
+40
packages/linol/linol.0.9/opam
···
···+"sha512=713340015bee1807cd39e76048d8b30d6d24a4f262e3dfaacfe8726b52e1f8f93c5184a50485cfa657ff0ee66a813c7ec8bc812580dec489a5b81051e3ddb0e6"
+41
packages/linol-eio/linol-eio.0.9/opam
+41
packages/linol-eio/linol-eio.0.9/opam
···
···+"sha512=713340015bee1807cd39e76048d8b30d6d24a4f262e3dfaacfe8726b52e1f8f93c5184a50485cfa657ff0ee66a813c7ec8bc812580dec489a5b81051e3ddb0e6"
+40
packages/linol-lwt/linol-lwt.0.9/opam
+40
packages/linol-lwt/linol-lwt.0.9/opam
···
···+"sha512=713340015bee1807cd39e76048d8b30d6d24a4f262e3dfaacfe8726b52e1f8f93c5184a50485cfa657ff0ee66a813c7ec8bc812580dec489a5b81051e3ddb0e6"
+48
packages/mazeppa/mazeppa.0.5.2/opam
+48
packages/mazeppa/mazeppa.0.5.2/opam
···
···+"sha512=33a2defbf8257d2cf39916d433411e6f10f9fc80069bbeaf29db669b635c0c3a92552c1b9abc0206b80cb9720bb31386c5ba5cf3d97a7dce571962d2f83aad91"
+61
packages/neural_nets_lib/neural_nets_lib.0.5.2/opam
+61
packages/neural_nets_lib/neural_nets_lib.0.5.2/opam
···
···+"A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax"+"OCaml Compiles Algorithms for Neural Networks Learning is a compiled Deep Learning framework that puts emphasis on low-level backends (like tinygrad), shape inference, concise notation (ab)using PPX."+"sha512=bccea3b2ad2cd6a96b1f03aaf8e127c800687a69191e5d09c7adf5e26c3bccd73f993eef91154a1ce2bcf4eeebf5bdb8d5372932018b4307515e8b6f5f4e94ab"
+1
-1
packages/ocaml-option-tsan/ocaml-option-tsan.1/opam
+1
-1
packages/ocaml-option-tsan/ocaml-option-tsan.1/opam
+29
packages/opam-build/opam-build.0.2.5/opam
+29
packages/opam-build/opam-build.0.2.5/opam
···
···+opam-build allows to build any project easily with just one command: opam build. This will setup a local switch and install all the required dependencies.+"sha512=a07acfff1f566c9f4e50fba8b9dae9c25a09acd304e6a5c260602e31eb3932aef02795de16f2616ba78a93db2499114cc6a1371d65dd34c1a45418b16f75886a"
+29
packages/opam-test/opam-test.0.2.5/opam
+29
packages/opam-test/opam-test.0.2.5/opam
···
···+opam-test: similar to opam-build, this will setup a local switch and install all the required dependencies, but will also run the tests on top of it. It also circumvents issues with cyclic test dependencies in opam (where the tests require a package that needs the library it is trying to test). Such cyclic dependency is present in packages such as odoc or base. See https://github.com/ocaml/opam/issues/4594+"sha512=a07acfff1f566c9f4e50fba8b9dae9c25a09acd304e6a5c260602e31eb3932aef02795de16f2616ba78a93db2499114cc6a1371d65dd34c1a45418b16f75886a"
+31
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.7/opam
+31
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.7/opam
···
···+"sha512=a0b5791cea09f98f1f17221e6289b87a7a1c16ae1c9af0c2e5bd6a170f2cf8727dba0759a7fd932d5d617e8c242562d69187c7e74eefd5262bc5fd75a322699e"
+45
packages/ppx_trace/ppx_trace.0.9.1/opam
+45
packages/ppx_trace/ppx_trace.0.9.1/opam
···
···+"sha512=500230dedc834cbb8535a1624408c2f0e67683bacef5e4a55b7639c4013f6247d3aa4cbc56b61810d0138f736c1245b6b334bd3991c2e86d03faee47b729c547"
+46
packages/pratter/pratter.5.0.1/opam
+46
packages/pratter/pratter.5.0.1/opam
···
···
+35
packages/qcheck/qcheck.0.25/opam
+35
packages/qcheck/qcheck.0.25/opam
···
···+"sha512=a0b5791cea09f98f1f17221e6289b87a7a1c16ae1c9af0c2e5bd6a170f2cf8727dba0759a7fd932d5d617e8c242562d69187c7e74eefd5262bc5fd75a322699e"
+31
packages/qcheck-alcotest/qcheck-alcotest.0.25/opam
+31
packages/qcheck-alcotest/qcheck-alcotest.0.25/opam
···
···+"sha512=a0b5791cea09f98f1f17221e6289b87a7a1c16ae1c9af0c2e5bd6a170f2cf8727dba0759a7fd932d5d617e8c242562d69187c7e74eefd5262bc5fd75a322699e"
+33
packages/qcheck-core/qcheck-core.0.25/opam
+33
packages/qcheck-core/qcheck-core.0.25/opam
···
···+"sha512=a0b5791cea09f98f1f17221e6289b87a7a1c16ae1c9af0c2e5bd6a170f2cf8727dba0759a7fd932d5d617e8c242562d69187c7e74eefd5262bc5fd75a322699e"
+53
packages/qcheck-lin/qcheck-lin.0.8/opam
+53
packages/qcheck-lin/qcheck-lin.0.8/opam
···
···+"sha512=dfa53117ecbf2e466f6ecddfa91d8eb63a3156fe9e1c5a68fd0da26a4c810312581d9ace4c00c4ab1947614f7fb1d6b686003a09da418d2940ac79a7b744a8eb"
+43
packages/qcheck-multicoretests-util/qcheck-multicoretests-util.0.8/opam
+43
packages/qcheck-multicoretests-util/qcheck-multicoretests-util.0.8/opam
···
···+"sha512=dfa53117ecbf2e466f6ecddfa91d8eb63a3156fe9e1c5a68fd0da26a4c810312581d9ace4c00c4ab1947614f7fb1d6b686003a09da418d2940ac79a7b744a8eb"
+31
packages/qcheck-ounit/qcheck-ounit.0.25/opam
+31
packages/qcheck-ounit/qcheck-ounit.0.25/opam
···
···+"sha512=a0b5791cea09f98f1f17221e6289b87a7a1c16ae1c9af0c2e5bd6a170f2cf8727dba0759a7fd932d5d617e8c242562d69187c7e74eefd5262bc5fd75a322699e"
+53
packages/qcheck-stm/qcheck-stm.0.8/opam
+53
packages/qcheck-stm/qcheck-stm.0.8/opam
···
···+"sha512=dfa53117ecbf2e466f6ecddfa91d8eb63a3156fe9e1c5a68fd0da26a4c810312581d9ace4c00c4ab1947614f7fb1d6b686003a09da418d2940ac79a7b744a8eb"
+50
packages/reason/reason.3.16.0/opam
+50
packages/reason/reason.3.16.0/opam
···
···+"sha512=0d8dbe33ac17b765ea018522910a333831fec278ae4da25ba039ce4d2d8152f9b2fbba5b40c453241bf4323e55e0dc070170b04caa35742c6e33a7f726feafb3"
+1
-1
packages/reason-react-ppx/reason-react-ppx.0.14.1/opam
+1
-1
packages/reason-react-ppx/reason-react-ppx.0.14.1/opam
+1
-1
packages/reason-react-ppx/reason-react-ppx.0.15.0/opam
+1
-1
packages/reason-react-ppx/reason-react-ppx.0.15.0/opam
+43
packages/rtop/rtop.3.16.0/opam
+43
packages/rtop/rtop.3.16.0/opam
···
···+"rtop is the toplevel (or REPL) for Reason, based on utop (https://github.com/ocaml-community/utop)."+"sha512=0d8dbe33ac17b765ea018522910a333831fec278ae4da25ba039ce4d2d8152f9b2fbba5b40c453241bf4323e55e0dc070170b04caa35742c6e33a7f726feafb3"
+28
packages/stdcompat/stdcompat.20.0/opam
+28
packages/stdcompat/stdcompat.20.0/opam
···
···+"Compatibility module for OCaml standard library allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml."+"sha512=e654f99e1f83c48bd639957fdedba7fbbbc6c33986ba1f6a746c11536d658efc0fc5c7772243e3c9975b7dc81aa3972c54c17c74e6dd721e3e495883f93ea790"
+28
packages/stdcompat/stdcompat.20.1/opam
+28
packages/stdcompat/stdcompat.20.1/opam
···
···+"Compatibility module for OCaml standard library allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml."+"sha512=c482cae49459704100812cb6caa8e8ffa60ffc2414a0ac4c3ec41bdd4203d8299c69be3ab2f7f8764b58b9173e43b89faf70036a19dc5674aa87108ff07c4c60"
+44
packages/subprocess/subprocess.0.2.1/opam
+44
packages/subprocess/subprocess.0.2.1/opam
···
···+Subprocess is a library for safely and (relatively) easily working launching processes with commands on Unix systems, with a focus on I/O. It is intended to be easier to use than the Unix module.+Checkout the documentation at https://ninjaaron.github.io/ocaml-subprocess/subprocess/index.html+"sha512=85c06ec131d4ac448a47a7e68a6a0910efe456c84338d556f70e09aa0caf247bf97950fb0ab8c0dd134c585bcf152ea5cbbdcb5c05860e6459af0af50c1123e7"
+44
packages/trace/trace.0.9.1/opam
+44
packages/trace/trace.0.9.1/opam
···
···+"sha512=500230dedc834cbb8535a1624408c2f0e67683bacef5e4a55b7639c4013f6247d3aa4cbc56b61810d0138f736c1245b6b334bd3991c2e86d03faee47b729c547"
+46
packages/trace-fuchsia/trace-fuchsia.0.9.1/opam
+46
packages/trace-fuchsia/trace-fuchsia.0.9.1/opam
···
···+"sha512=500230dedc834cbb8535a1624408c2f0e67683bacef5e4a55b7639c4013f6247d3aa4cbc56b61810d0138f736c1245b6b334bd3991c2e86d03faee47b729c547"
+43
packages/trace-tef/trace-tef.0.9.1/opam
+43
packages/trace-tef/trace-tef.0.9.1/opam
···
···+"sha512=500230dedc834cbb8535a1624408c2f0e67683bacef5e4a55b7639c4013f6247d3aa4cbc56b61810d0138f736c1245b6b334bd3991c2e86d03faee47b729c547"