this repo has no description

[new release] search (0.1.0)

CHANGES:

- Initial public release

Changed files
+32
packages
search
search.0.1.0
+32
packages/search/search.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "patrick@sirref.org"
+
authors: ["Patrick Ferris"]
+
license: "MIT"
+
homepage: "https://github.com/patricoferris/ocaml-search"
+
bug-reports: "https://github.com/patricoferris/ocaml-search/issues"
+
dev-repo: "git+https://github.com/patricoferris/ocaml-search.git"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9.0"}
+
"mdx" {with-test}
+
]
+
synopsis: "Simple, in-memory search library in pure OCaml"
+
description:"""
+
An in-memory search library in Pure OCaml providing both search indexes for
+
documents of the type and heterogenerous search indexes. A term-frequency inverse
+
document-frequency implementation is provided by the library.
+
"""
+
url {
+
src:
+
"https://github.com/patricoferris/ocaml-search/releases/download/v0.1.0/search-0.1.0.tbz"
+
checksum: [
+
"sha256=95a2b207a2b6be3eae63e3eab8188c055841deff55ce4928b51e5882bf7f7f1a"
+
"sha512=9b1656422f6ec55a2290122a3cb02a63b4dee9d43902f27805b59ea123cf49d1987396db1ee43c3992debdd5e16318637ba55f521f475c2c98a863f6d724c1b3"
+
]
+
}
+
x-commit-hash: "cb58d918a5ab62102c7af94b35dda1339a45347a"