-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmini_dalle.opam
40 lines (40 loc) · 922 Bytes
/
mini_dalle.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Mini Dalle in OCaml"
description: "Mini Dalle in OCaml"
maintainer: ["Arulselvan Madhavan"]
authors: ["Arulselvan Madhavan"]
license: "Apache-2.0"
tags: ["topics" "deep learning" "machine learning" "torch" "dalle"]
homepage: "https://github.com/ArulselvanMadhavan/mini_dalle"
doc: "https://github.com/ArulselvanMadhavan/mini_dalle/README.org"
bug-reports: "https://github.com/ArulselvanMadhavan/mini_dalle/issues"
depends: [
"ocaml"
"dune" {>= "3.4"}
"base"
"npy"
"torch"
"yojson"
"uutf"
"cohttp-lwt-unix"
"ppx_yojson_conv"
"cmdliner"
"odoc" {with-doc}
]
depopts: ["utop"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ArulselvanMadhavan/mini_dalle.git"