Skip to content

Commit

Permalink
0.2.2 rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
acheong08 committed Aug 17, 2024
1 parent 00d8fe6 commit 957b25f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 0 additions & 28 deletions tiktoken_core-0.2.1-1.rockspec

This file was deleted.

28 changes: 28 additions & 0 deletions tiktoken_core-0.2.2-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package = "tiktoken_core"
version = "0.2.2-1"

source = {
url = "git+https://github.com/gptlang/lua-tiktoken",
tag = "0.2.2",
}

description = {
summary = "An experimental port of OpenAI's Tokenizer to lua",
detailed = [[
The Lua module written in Rust that provides Tiktoken support for Lua.
]],
homepage = "https://github.com/gptlang/lua-tiktoken",
license = "MIT",
}

dependencies = {
"lua >= 5.1",
"luarocks-build-rust-mlua",
}

build = {
type = "rust-mlua",
modules = {
"tiktoken_core",
},
}

0 comments on commit 957b25f

Please sign in to comment.