opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/hardcaml_xilinx" bug-reports: "https://github.com/janestreet/hardcaml_xilinx/issues" dev-repo: "git+https://github.com/janestreet/hardcaml_xilinx.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_xilinx/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"} "n_ary" {= "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 wrappers for Xilinx memory primitives" description: " The Hardcaml_xilinx library provides wrappers for Xilinx specific RAM and FIFO primitive blocks. In many cases a simulation model is provided. The `Synthesis` module implements various arithmetic and logical RTL components with Xilinx LUT primitives. " url { src: "https://github.com/janestreet/hardcaml_xilinx/archive/7700990c82e1a1101f11b08752e77e1f67b942ad.tar.gz" checksum: "sha256=748f2b73801918759954662833213c659633ba128a9276de52d523406a2e3634" } 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" ]