this repo has no description
1opam-version: "2.0" 2maintainer: "Xavier Guérin <github@applepine.org>" 3authors: ["Xavier Guérin <github@applepine.org>"] 4homepage: "https://github.com/xguerin/ocaml-systemverilog" 5license: "ISC" 6dev-repo: "git+https://github.com/xguerin/ocaml-systemverilog.git" 7bug-reports: "https://github.com/xguerin/ocaml-systemverilog/issues" 8substs: [ "pkg/META" ] 9depends: [ 10 "ocaml" {>= "4.01.0"} 11 "ocamlfind" {build} 12 "ocamlbuild" {build} 13 "topkg" {build & >= "0.9.0"} 14 "astring" {build & >= "0.8.3"} 15 "ppx_import" {>= "1.2" & < "2.0"} 16 "menhir" {build & >= "20170418" & < "20200525"} 17] 18build: 19[[ 20 "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%" 21]] 22synopsis: "SystemVerilog for OCaml" 23description: """ 24This package provides a lexer and a parser for SystemVerilog IEEE 1800-2012 . 25It is not supposed to be fully featured from the get go. Capabilities are added 26depending on the needs or on-demand.""" 27url { 28 src: 29 "https://github.com/xguerin/ocaml-systemverilog/releases/download/0.0.1/systemverilog-pre-migration.0.0.1.tar.gz" 30 checksum: [ 31 "sha256=6989c1731429c662ddcd3aaed2af2646160a81e7c71e58f7b38d68cf6f9f4169" 32 "md5=c088ec4d1a8fddd0d4eb14d797beaaac" 33 ] 34}