this repo has no description

Merge pull request #21607 from ferminr/opam-publish-sortedseq_intersect.0.2.0

Package sortedseq_intersect.0.2.0

Kate 1ae0c748 86c08596

Changed files
+31
packages
sortedseq_intersect
sortedseq_intersect.0.2.0
+31
packages/sortedseq_intersect/sortedseq_intersect.0.2.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Fermin Reig"
+
authors: ["Fermin Reig"]
+
homepage: "https://github.com/ferminr/ocaml_sortedseq_intersect"
+
bug-reports: "https://github.com/ferminr/ocaml_sortedseq_intersect/issues"
+
dev-repo: "git+https://github.com/ferminr/ocaml_sortedseq_intersect.git"
+
doc: "https://github.com/ferminr/ocaml_sortedseq_intersect"
+
license: "MIT"
+
synopsis: "A divide-and-conquer algorithm to intersect sorted sequences"
+
description: """
+
The algorithm is described in this paper:
+
+
Fast Intersection Algorithms for Sorted Sequences
+
Ricardo Baeza-Yates and Alejandro Salinger
+
Algorithms and Applications 2010 (LNCS 6060, pp. 45–61)
+
"""
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src:
+
"https://github.com/ferminr/ocaml_sortedseq_intersect/archive/v0.2.0.tar.gz"
+
checksum: [
+
"md5=4cb1652561ad66afe6aed5b4cce8842c"
+
"sha512=9936c3988dd5dcfca760fa08cd56f8c3ffd1d6b01408d9c5da3f2fc48454ca8de2f0d810ed954c841fe98ac053b611f7ed726d4c54cfe559d02082b9cc86445d"
+
]
+
}