this repo has no description
1opam-version: "2.0" 2synopsis: "SystemVerilog for OCaml" 3maintainer: ["Xavier R. Guérin <github@applepine.org>"] 4authors: ["Xavier R. Guérin"] 5license: "ISC" 6homepage: "https://github.com/xguerin/ocaml-systemverilog" 7bug-reports: "https://github.com/xguerin/ocaml-systemverilog/issues" 8depends: [ 9 "dune" {>= "2.5"} 10 "menhir" {>= "20170418" & < "20211215"} 11] 12build: [ 13 ["dune" "subst"] {dev} 14 [ 15 "dune" 16 "build" 17 "-p" 18 name 19 "-j" 20 jobs 21 "@install" 22 "@runtest" {with-test} 23 "@doc" {with-doc} 24 ] 25] 26dev-repo: "git+https://github.com/xguerin/ocaml-systemverilog.git" 27url { 28 src: 29 "https://github.com/xguerin/ocaml-systemverilog/releases/download/0.0.2/systemverilog-pre-migration.0.0.2.tar.gz" 30 checksum: [ 31 "sha256=2b6417530fa681fb074d48ad138ee43c8358a1600ae14b06ecec94250d8f82f7" 32 "md5=a24fe433fd21a1ff4764caf10b013b65" 33 ] 34}