Skip to content

Commit 60c6af0

Browse files
Merge pull request #24419 from igarnier/opam-publish-llama-cpp-ocaml.0.0.1
Package llama-cpp-ocaml.0.0.1
2 parents ee38478 + d558fbb commit 60c6af0

File tree

1 file changed

+45
-0
lines changed
  • packages/llama-cpp-ocaml/llama-cpp-ocaml.0.0.1

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Ctypes bindings to llama.cpp"
4+
description:
5+
"llama-cpp-ocaml is a MIT-licensed set of ctypes bindings to llama.cpp, a performant and lightweight library to perform inference on various kinds of large language models."
6+
maintainer: ["[email protected]"]
7+
authors: ["Ilias Garnier"]
8+
license: "MIT"
9+
tags: ["experimental"]
10+
homepage: "http://github.com/atacama-dev/llama-cpp-ocaml"
11+
bug-reports: "http://github.com/atacama-dev/llama-cpp-ocaml"
12+
available: arch = "x86_64" | arch = "arm64"
13+
depends: [
14+
"dune" {>= "2.8"}
15+
"ocaml" {>= "4.14.1"}
16+
"ctypes" {>= "0.21.1"}
17+
"ctypes-foreign" {>= "0.21.1"}
18+
"integers" {>= "0.7.0"}
19+
"bigarray-compat" {>= "1.1.0"}
20+
"dune-configurator" {>= "2.8"}
21+
"odoc" {with-doc}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/atacama-dev/llama-cpp-ocaml"
38+
url {
39+
src:
40+
"https://github.com/atacama-dev/llama-cpp-ocaml/archive/refs/tags/0.0.1.tar.gz"
41+
checksum: [
42+
"md5=c06de6ef9bb6e7d6083d44a0c5cf5c79"
43+
"sha512=afcc59fb8f80a64378d501b22ff63f1d03100d3151e39b552a0e70759a3ab6ec31003fb0bad06b1d7225b800a59f2198f80643d220b269c5845d60fef6552652"
44+
]
45+
}

0 commit comments

Comments
 (0)