this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Ctypes bindings to llama.cpp"
4description:
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."
6maintainer: ["igarnier@protonmail.com"]
7authors: ["Ilias Garnier"]
8license: "MIT"
9tags: ["experimental"]
10homepage: "http://github.com/atacama-dev/llama-cpp-ocaml"
11bug-reports: "http://github.com/atacama-dev/llama-cpp-ocaml"
12available: arch = "x86_64" | arch = "arm64"
13depends: [
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]
23build: [
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]
37dev-repo: "git+https://github.com/atacama-dev/llama-cpp-ocaml"
38url {
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}