this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/hardcaml_xilinx" 5bug-reports: "https://github.com/janestreet/hardcaml_xilinx/issues" 6dev-repo: "git+https://github.com/janestreet/hardcaml_xilinx.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_xilinx/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "base" {>= "v0.17" & < "v0.18"} 15 "hardcaml" {>= "v0.17" & < "v0.18"} 16 "n_ary" {>= "v0.17" & < "v0.18"} 17 "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 18 "ppx_jane" {>= "v0.17" & < "v0.18"} 19 "dune" {>= "3.11.0"} 20] 21available: arch != "arm32" & arch != "x86_32" 22synopsis: "Hardcaml wrappers for Xilinx memory primitives" 23description: " 24The Hardcaml_xilinx library provides wrappers for Xilinx specific RAM and FIFO primitive 25blocks. In many cases a simulation model is provided. 26 27The `Synthesis` module implements various arithmetic and logical RTL components with 28Xilinx LUT primitives. 29" 30url { 31src: "https://github.com/janestreet/hardcaml_xilinx/archive/refs/tags/v0.17.0.tar.gz" 32checksum: "sha256=01df85cf275569447f3c8f1ad03bbae5f8751afbb886833be875aedda9ae3288" 33}