opam-version: "2.0"
maintainer: "Xavier Guérin <github@applepine.org>"
authors: ["Xavier Guérin <github@applepine.org>"]
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"}
  "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: "md5=c088ec4d1a8fddd0d4eb14d797beaaac"
}
