Skip to content

Commit

Permalink
Opam linter driven fix: missing maintainer email
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Sep 17, 2024
1 parent 3921cc5 commit 7c16e2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arrayjit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis:
"An array language compiler with multiple backends (CPU, CUDA), staged compilation"
description:
"The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers."
maintainer: ["Lukasz Stafiniak"]
maintainer: ["Lukasz Stafiniak <[email protected]>"]
authors: ["Lukasz Stafiniak"]
license: "BSD-2-Clause"
tags: ["deeplearning" "array" "jit" "CUDA"]
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

(authors "Lukasz Stafiniak")

(maintainers "Lukasz Stafiniak")
(maintainers "Lukasz Stafiniak <[email protected]>")

(license "BSD-2-Clause")

Expand Down
2 changes: 1 addition & 1 deletion neural_nets_lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis:
"A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax"
description:
"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."
maintainer: ["Lukasz Stafiniak"]
maintainer: ["Lukasz Stafiniak <[email protected]>"]
authors: ["Lukasz Stafiniak"]
license: "BSD-2-Clause"
tags: ["deeplearning" "tensor" "backprop" "jit" "gccjit" "CUDA"]
Expand Down

0 comments on commit 7c16e2a

Please sign in to comment.