opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/hardcaml_axi" bug-reports: "https://github.com/janestreet/hardcaml_axi/issues" dev-repo: "git+https://github.com/janestreet/hardcaml_axi.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_axi/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "hardcaml" {= "v0.17~preview.129.11+135"} "hardcaml_circuits" {= "v0.17~preview.129.11+135"} "hardcaml_handshake" {= "v0.17~preview.129.11+135"} "ppx_hardcaml" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Hardcaml AXI Interface Types" description: " AXI Lite, Full and Stream Interfaces for Hardcaml " url { src: "https://github.com/janestreet/hardcaml_axi/archive/8935b1b21e211f4c72c0d1d181206bc312d2467a.tar.gz" checksum: "sha256=cc3cdcbde1ef929a9e0684fb4e7a5afd8ac77c7c4fe2793ccb901c9cf1babb61" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]