Skip to content

Commit fb23899

Browse files
committed
Package quick_print.0.11
1 parent 7f34ef5 commit fb23899

File tree

1 file changed

+40
-0
lines changed
  • packages/quick_print/quick_print.0.11

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Quick and easy printing for lists, arrays, etc"
4+
description:
5+
"Allows quick printing for lists, arrays, Hashtables etc. Useful for learning/ quick debugging"
6+
maintainer: ["Michael Freno"]
7+
authors: ["Michael Freno"]
8+
license: "MIT"
9+
tags: ["printing," "arrays," "lists"]
10+
homepage: "https://github.com/mikefreno/quick_print"
11+
doc: "https://mikefreno.github.io/quick_print/"
12+
bug-reports: "https://github.com/mikefreno/quick_print/issues"
13+
depends: [
14+
"ocaml" {>= "4.02"}
15+
"dune" {>= "3.10"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/mikefreno/quick_print.git"
33+
url {
34+
src:
35+
"https://github.com/mikefreno/quick_print/archive/refs/tags/0.11.tar.gz"
36+
checksum: [
37+
"md5=8e13e80ad9d003c037279dffd0c0cf86"
38+
"sha512=1bba0e4835a0616f6cdbef4887196dc9cd2c9ec5ebd902cda02093cea750fb9264aaf397c72acbe84be05481966ecfe63c0e64d456e5233e9f731e690a84953e"
39+
]
40+
}

0 commit comments

Comments
 (0)