opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/hardcaml_event_driven_sim" bug-reports: "https://github.com/janestreet/hardcaml_event_driven_sim/issues" dev-repo: "git+https://github.com/janestreet/hardcaml_event_driven_sim.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_event_driven_sim/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {= "v0.17~preview.129.11+135"} "core_kernel" {= "v0.17~preview.129.11+135"} "hardcaml" {= "v0.17~preview.129.11+135"} "hardcaml_waveterm" {= "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 Event Driven Simulator" description: " Event driven simulation for Hardcaml designs. The kernel library exposes a simulator modelled after VHDL simulation semantics. The main library provides means to convert a Hardcaml design into an event driven simulation model and write testbenches against it. " url { src: "https://github.com/janestreet/hardcaml_event_driven_sim/archive/ba8394dcbd4e099ca43e5e8ce9f2d9715f66d616.tar.gz" checksum: "sha256=794a2df0ad8ffb39b212e48f4bfdd77d7bf41562e92700f8858c2a0fd70c9cd0" } 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" ]