Skip to content

Commit 0274bdf

Browse files
authored
Update packages/esa/esa.0.1.0/opam
1 parent e25d0af commit 0274bdf

File tree

1 file changed

+5
-1
lines changed
  • packages/esa/esa.0.1.0

1 file changed

+5
-1
lines changed

packages/esa/esa.0.1.0/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
opam-version: "2.0"
22
synopsis: "Enhanced Suffix Array"
3-
description: "Enhanced Suffix Array"
3+
description: """
4+
Pure OCaml implementation of Enhanced Suffix Arrays,
5+
with a focus on minimizing allocations to stay close
6+
to the reference C++ implementation.
7+
"""
48
maintainer: ["Geoffrey Borough <[email protected]>"]
59
authors: ["Geoffrey Borough <[email protected]>"]
610
license: "MIT"

0 commit comments

Comments
 (0)