-
Notifications
You must be signed in to change notification settings - Fork 2
/
lang_agent.opam
42 lines (42 loc) · 1006 Bytes
/
lang_agent.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Functional access to llm via ollama and openai"
description: "Command line tools for processing text with language models"
maintainer: ["James Michael DuPont"]
authors: ["James Michael DuPont"]
license: "AGPL-3.0-or-later"
tags: ["topics" "ollama" "llm" "openai" "llama.cpp"]
homepage: "https://github.com/meta-introspector/lang_agent"
doc: "https://github.com/meta-introspector/lang_agent"
bug-reports: "https://github.com/meta-introspector/lang_agent/issues"
depends: [
"ocaml"
"dune" {>= "3.7"}
"ppx_yojson"
"lwt_ppx"
"containers"
"lambdasoup"
"uri"
"ezcurl"
"ppx_yojson_conv"
"ppx_yojson_conv_lib"
"ezcurl-lwt"
"yojson"
"stdio"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/meta-introspector/lang_agent.git"