Skip to content

Commit e25d0af

Browse files
committed
[new release] esa (0.1.0)
CHANGES: * Initial commit
1 parent 0802514 commit e25d0af

File tree

1 file changed

+40
-0
lines changed
  • packages/esa/esa.0.1.0

1 file changed

+40
-0
lines changed

packages/esa/esa.0.1.0/opam

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "Enhanced Suffix Array"
3+
description: "Enhanced Suffix Array"
4+
maintainer: ["Geoffrey Borough <[email protected]>"]
5+
authors: ["Geoffrey Borough <[email protected]>"]
6+
license: "MIT"
7+
tags: ["esa" "tokenizer" "llm" "bioinformatics"]
8+
homepage: "https://github.com/gborough/esa"
9+
doc: "https://gborough.github.io/esa/esa"
10+
bug-reports: "https://github.com/gborough/esa/issues"
11+
depends: [
12+
"dune" {>= "2.7"}
13+
"ocaml" {>= "4.08.0"}
14+
"ppx_expect" {with-test}
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/gborough/esa.git"
32+
url {
33+
src:
34+
"https://github.com/gborough/esa/releases/download/0.1.0/esa-0.1.0.tbz"
35+
checksum: [
36+
"sha256=f0b0d702449681de78cbb18d9d1af9d74666a2fe62799c1e20dc37bc3fb4a3bd"
37+
"sha512=c0d893626202f2f24abb77f3c2fe5cb862f5afa4394df02ff47d2fb5d0d7ca74b2ca8f9421c7d7cfcf55142a757c8b65992df68ede708bc62dee2901187b80e9"
38+
]
39+
}
40+
x-commit-hash: "4f8ab37567a4ad30c61c778baa529f8e1942f4e8"

0 commit comments

Comments
 (0)