this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/hardcaml_verilator" 5bug-reports: "https://github.com/janestreet/hardcaml_verilator/issues" 6dev-repo: "git+https://github.com/janestreet/hardcaml_verilator.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_verilator/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "core" {>= "v0.17" & < "v0.18"} 15 "core_unix" {>= "v0.17" & < "v0.18"} 16 "hardcaml" {>= "v0.17" & < "v0.18"} 17 "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 18 "ppx_jane" {>= "v0.17" & < "v0.18"} 19 "ctypes" {>= "0.18.0"} 20 "ctypes-foreign" 21 "dune" {>= "3.11.0"} 22] 23available: arch != "arm32" & arch != "x86_32" 24synopsis: "Hardcaml Verilator Simulation Backend" 25description: " 26Very fast verilator-based simulations of Hardcaml circuits. 27 28This library transparently compiles a verilator-based shared library, and links it back 29to the running executable to be used as a Cyclesim simulation. 30" 31url { 32src: "https://github.com/janestreet/hardcaml_verilator/archive/refs/tags/v0.17.0.tar.gz" 33checksum: "sha256=76f944f35c445eeb3028ff9e73dcdf1778937078ad655c1e949278d23d888251" 34}