opam-version: "2.0" maintainer: "Xavier Guérin " authors: ["Xavier Guérin "] homepage: "https://github.com/xguerin/ocaml-systemverilog" license: "ISC" dev-repo: "git+https://github.com/xguerin/ocaml-systemverilog.git" bug-reports: "https://github.com/xguerin/ocaml-systemverilog/issues" substs: [ "pkg/META" ] depends: [ "ocaml" {>= "4.01.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "0.9.0"} "astring" {build & >= "0.8.3"} "ppx_import" {>= "1.2" & < "2.0"} "menhir" {build & >= "20170418" & < "20200525"} ] build: [[ "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%" ]] synopsis: "SystemVerilog for OCaml" description: """ This package provides a lexer and a parser for SystemVerilog IEEE 1800-2012 . It is not supposed to be fully featured from the get go. Capabilities are added depending on the needs or on-demand.""" url { src: "https://github.com/xguerin/ocaml-systemverilog/releases/download/0.0.1/systemverilog-pre-migration.0.0.1.tar.gz" checksum: [ "sha256=6989c1731429c662ddcd3aaed2af2646160a81e7c71e58f7b38d68cf6f9f4169" "md5=c088ec4d1a8fddd0d4eb14d797beaaac" ] }