this repo has no description

Package quick_print.0.12

Changed files
+40
packages
quick_print
quick_print.0.12
+40
packages/quick_print/quick_print.0.12/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Quick and easy printing for lists, arrays, etc"
+
description:
+
"Allows quick printing for lists, arrays, Hashtables etc. Useful for learning/ quick debugging"
+
maintainer: ["Michael Freno"]
+
authors: ["Michael Freno"]
+
license: "MIT"
+
tags: ["printing," "arrays," "lists"]
+
homepage: "https://github.com/mikefreno/quick_print"
+
doc: "https://mikefreno.github.io/quick_print/"
+
bug-reports: "https://github.com/mikefreno/quick_print/issues"
+
depends: [
+
"ocaml" {>= "4.02"}
+
"dune" {>= "3.10"}
+
"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/mikefreno/quick_print.git"
+
url {
+
src:
+
"https://github.com/mikefreno/quick_print/archive/refs/tags/0.12.tar.gz"
+
checksum: [
+
"md5=e6d2e0d5d4e217a6fd46f06cd64d2177"
+
"sha512=f2d70d76969f286fc55d01750c658db0288e094a63a64c89a9f31663e63a288361ed9a2f480928b65092e89858b66249b242cbbf53bc76b2f9bba09646af2722"
+
]
+
}