this repo has no description

docfd: added 0.6.1

Changed files
+48
packages
docfd
docfd.0.6.1
+48
packages/docfd/docfd.0.6.1/opam
···
+
# 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"
+
}
+