this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/hardcaml_axi"
5bug-reports: "https://github.com/janestreet/hardcaml_axi/issues"
6dev-repo: "git+https://github.com/janestreet/hardcaml_axi.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_axi/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 "hardcaml_circuits" {>= "v0.17" & < "v0.18"}
17 "hardcaml_handshake" {>= "v0.17" & < "v0.18"}
18 "ppx_hardcaml" {>= "v0.17" & < "v0.18"}
19 "ppx_jane" {>= "v0.17" & < "v0.18"}
20 "dune" {>= "3.11.0"}
21]
22available: arch != "arm32" & arch != "x86_32"
23synopsis: "Hardcaml AXI Interface Types"
24description: "
25AXI Lite, Full and Stream Interfaces for Hardcaml
26"
27url {
28src: "https://github.com/janestreet/hardcaml_axi/archive/refs/tags/v0.17.0.tar.gz"
29checksum: "sha256=68cc0ea19463f9acc26b2bd06f2c4e606d05e02ed13a62c153c719b3ebbacca1"
30}