Skip to content

Commit 444b048

Browse files
committed
docfd: added 0.3.3
1 parent 98261c9 commit 444b048

File tree

1 file changed

+44
-0
lines changed
  • packages/docfd/docfd.0.3.3

1 file changed

+44
-0
lines changed

packages/docfd/docfd.0.3.3/opam

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "TUI fuzzy document finder"
4+
description: ""
5+
maintainer: ["Darren Ldl"]
6+
authors: ["Darren Ldl"]
7+
license: "MIT"
8+
tags: ["document" "fuzzy" "finder"]
9+
homepage: "https://github.com/darrenldl/docfd"
10+
doc: "https://github.com/darrenldl/docfd"
11+
bug-reports: "https://github.com/darrenldl/docfd/issues"
12+
depends: [
13+
"ocaml" {>= "4.14"}
14+
"ocaml"
15+
"dune" {>= "3.4"}
16+
"fmt" {>= "0.9.0"}
17+
"angstrom" {>= "0.15.0"}
18+
"containers" {>= "3.6"}
19+
"cmdliner"
20+
"odoc" {with-doc}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/darrenldl/docfd.git"
37+
38+
url {
39+
src:
40+
"https://github.com/darrenldl/docfd/releases/download/0.3.3/0.3.3.tar.gz"
41+
checksum:
42+
"sha256=d36992d476ca8d5614f62fcaf545dcd852fa54bf1c77bf12a5225cf2aa136473"
43+
}
44+

0 commit comments

Comments
 (0)