Skip to content

Commit 7c16e2a

Browse files
committed
Opam linter driven fix: missing maintainer email
1 parent 3921cc5 commit 7c16e2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arrayjit.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ synopsis:
55
"An array language compiler with multiple backends (CPU, CUDA), staged compilation"
66
description:
77
"The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers."
8-
maintainer: ["Lukasz Stafiniak"]
8+
maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
99
authors: ["Lukasz Stafiniak"]
1010
license: "BSD-2-Clause"
1111
tags: ["deeplearning" "array" "jit" "CUDA"]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
(authors "Lukasz Stafiniak")
1515

16-
(maintainers "Lukasz Stafiniak")
16+
(maintainers "Lukasz Stafiniak <lukstafi@gmail.com>")
1717

1818
(license "BSD-2-Clause")
1919

neural_nets_lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ synopsis:
55
"A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax"
66
description:
77
"OCaml Compiles Algorithms for Neural Networks Learning is a compiled Deep Learning framework that puts emphasis on low-level backends (like tinygrad), shape inference, concise notation (ab)using PPX."
8-
maintainer: ["Lukasz Stafiniak"]
8+
maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
99
authors: ["Lukasz Stafiniak"]
1010
license: "BSD-2-Clause"
1111
tags: ["deeplearning" "tensor" "backprop" "jit" "gccjit" "CUDA"]

0 commit comments

Comments
 (0)