Skip to content

Commit 90d5af7

Browse files
committed
Package tacit.1.0.0
1 parent ecc3510 commit 90d5af7

File tree

1 file changed

+38
-0
lines changed
  • packages/tacit/tacit.1.0.0

1 file changed

+38
-0
lines changed

packages/tacit/tacit.1.0.0/opam

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "OCaml combinators"
4+
description: "A set of combinators from combinatory logic for OCaml."
5+
maintainer: ["arutonee <[email protected]>"]
6+
authors: ["arutonee <[email protected]>"]
7+
license: "MIT"
8+
tags: ["combinator"]
9+
homepage: "https://github.com/arutonee1/tacit"
10+
bug-reports: "https://github.com/arutonee1/tacit/issues"
11+
depends: [
12+
"ocaml"
13+
"dune" {>= "3.19"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://github.com/arutonee1/tacit.git"
31+
x-maintenance-intent: ["(latest)"]
32+
url {
33+
src: "https://github.com/arutonee1/tacit/archive/refs/tags/1.0.0fix.tar.gz"
34+
checksum: [
35+
"md5=232a328d1e5653a4e428bce9ecdd0af7"
36+
"sha512=a85ba42192c918d35bbfb6d3849ae3dabb1f86055c5bca077204a720b18711130bd79cdd9eb33e78e6378df1391752fa9f564ae2940b4784e38014fdd8545a53"
37+
]
38+
}

0 commit comments

Comments
 (0)