this repo has no description

Package synopsis.1.0

ptrichr 06755ece d87296a7

Changed files
+38
packages
synopsis
synopsis.1.0
+38
packages/synopsis/synopsis.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Examines the parsetree"
+
description:
+
"Synopsis gathers information about a program's parsetree. Namely, module usage, definitions, and function calls."
+
maintainer: ["umd-cmsc330"]
+
authors: ["umd-cmsc330" "ptrichr"]
+
license: "MIT"
+
homepage: "https://github.com/umd-cmsc330/restriction-checker"
+
bug-reports: "https://github.com/umd-cmsc330/restriction-checker/issues"
+
depends: [
+
"ocaml" {>= "5.2.0"}
+
"dune" {>= "3.15"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/umd-cmsc330/restriction-checker.git"
+
url {
+
src:
+
"https://github.com/umd-cmsc330/restriction-checker/archive/refs/tags/1.0.tar.gz"
+
checksum: [
+
"md5=3a6c1b907fbd2601569116e11d42fc17"
+
"sha512=2efad8e7c49216d2ad9a772af7fa6c2d87ac82b4dfb6e310949b8db025dd6fc86aa7c3dbb8fc2409cf9228ea206230227be5bb0ec309d45a0f7f06c3d6d6cc94"
+
]
+
}