this repo has no description

docfd: Removed runtest line from opam file

Changed files
+1 -2
packages
docfd
docfd.3.0.0
+1 -2
packages/docfd/docfd.3.0.0/opam
···
"qcheck" {with-test}
"odoc" {with-doc}
]
+
dev-repo: "git+https://github.com/darrenldl/docfd.git"
build: [
["dune" "subst"] {dev}
[
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
"@doc" {with-doc}
]
]
-
dev-repo: "git+https://github.com/darrenldl/docfd.git"
pin-depends: [
[ "nottui.0.3" "git+https://github.com/let-def/lwd.git#a337a778001e6c1dbaed7e758c9e05f300abd388" ]
]