Skip to content

Commit 466ea5c

Browse files
committed
0.2.2 rockspec
1 parent 00d8fe6 commit 466ea5c

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

tiktoken_core-0.2.1-1.rockspec

Lines changed: 0 additions & 28 deletions
This file was deleted.

tiktoken_core-0.2.2-1.rockspec

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
package = "tiktoken_core"
2+
version = "0.2.2-1"
3+
4+
source = {
5+
url = "git+https://github.com/gptlang/lua-tiktoken",
6+
tag = "0.2.2",
7+
}
8+
9+
description = {
10+
summary = "An experimental port of OpenAI's Tokenizer to lua",
11+
detailed = [[
12+
The Lua module written in Rust that provides Tiktoken support for Lua.
13+
]],
14+
homepage = "https://github.com/gptlang/lua-tiktoken",
15+
license = "MIT",
16+
}
17+
18+
dependencies = {
19+
"lua >= 5.1",
20+
"luarocks-build-rust-mlua",
21+
}
22+
23+
build = {
24+
type = "rust-mlua",
25+
modules = {
26+
"tiktoken_core",
27+
},
28+
}

0 commit comments

Comments
 (0)