Skip to content

Commit

Permalink
Merge pull request #23682 from darrenldl/publish-docfd-0.6.1
Browse files Browse the repository at this point in the history
[new release] Docfd 0.6.1
  • Loading branch information
raphael-proust authored Apr 19, 2023
2 parents 4d5e625 + 835543c commit 140feee
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages/docfd/docfd.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "TUI fuzzy document finder"
description: ""
maintainer: ["Darren Ldl"]
authors: ["Darren Ldl"]
license: "MIT"
tags: ["fuzzy" "document" "finder"]
homepage: "https://github.com/darrenldl/docfd"
doc: "https://github.com/darrenldl/docfd"
bug-reports: "https://github.com/darrenldl/docfd/issues"
depends: [
"ocaml" {>= "4.14"}
"dune" {>= "3.4"}
"fmt" {>= "0.9.0"}
"angstrom" {>= "0.15.0"}
"containers" {>= "3.6"}
"oseq"
"spelll"
"notty"
"nottui"
"lwd" {>= "0.2"}
"cmdliner" {>= "1.1.0"}
"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/darrenldl/docfd.git"

url {
src:
"https://github.com/darrenldl/docfd/releases/download/0.6.1/0.6.1.tar.gz"
checksum:
"sha256=31abdd4b261046b8693f9ae09bbd227ff8c622455e81e010a2b6455078505166"
}

0 comments on commit 140feee

Please sign in to comment.