opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/hardcaml_verilator" bug-reports: "https://github.com/janestreet/hardcaml_verilator/issues" dev-repo: "git+https://github.com/janestreet/hardcaml_verilator.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_verilator/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {= "v0.17~preview.129.11+135"} "core_unix" {= "v0.17~preview.129.11+135"} "hardcaml" {= "v0.17~preview.129.11+135"} "ppx_hardcaml" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "ctypes" {>= "0.18.0"} "ctypes-foreign" "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Hardcaml Verilator Simulation Backend" description: " Very fast verilator-based simulations of Hardcaml circuits. This library transparently compiles a verilator-based shared library, and links it back to the running executable to be used as a Cyclesim simulation. " url { src: "https://github.com/janestreet/hardcaml_verilator/archive/ad82ab6e459d8fcbbb606174880e7664d6ae5f20.tar.gz" checksum: "sha256=c0217b3c085cd44de62650d7163fb68bef69dcbc96912d2316cc62d7026dafd6" } 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" ]