Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions packages/fehu/fehu.1.0.0~alpha2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
opam-version: "2.0"
synopsis: "Reinforcement learning framework for OCaml"
description:
"Fehu is a reinforcement learning framework built on Raven's ecosystem, providing environments, algorithms, and training utilities"
maintainer: ["Thibaut Mattio <[email protected]>"]
authors: ["Thibaut Mattio <[email protected]>"]
license: "ISC"
tags: [
"reinforcement-learning" "machine-learning" "ai" "environments" "agents"
]
homepage: "https://github.com/raven-ml/raven"
doc: "https://raven-ml.dev/docs/"
bug-reports: "https://github.com/raven-ml/raven/issues"
depends: [
"ocaml" {>= "5.3.0"}
"dune" {>= "3.19"}
"rune" {= version}
"kaun" {= version}
"yojson" {>= "2.0.0"}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/raven-ml/raven.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz"
checksum: [
"sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2"
"sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f"
]
}
x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d"
49 changes: 49 additions & 0 deletions packages/hugin/hugin.1.0.0~alpha2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
opam-version: "2.0"
synopsis: "Visualization library for OCaml"
description:
"Hugin is a powerful visualization library for OCaml that produces publication-quality plots and charts. It integrates with the Raven ecosystem to provide visualization of Nx data."
maintainer: ["Thibaut Mattio <[email protected]>"]
authors: ["Thibaut Mattio <[email protected]>"]
license: "ISC"
tags: ["visualization" "plotting" "charts" "data-science" "graphics"]
homepage: "https://github.com/raven-ml/raven"
doc: "https://raven-ml.dev/docs/"
bug-reports: "https://github.com/raven-ml/raven/issues"
depends: [
"ocaml" {>= "5.3.0"}
"dune" {>= "3.19"}
"dune-configurator" {build}
"conf-sdl2"
"cairo2"
"nx" {= version}
"base64" {>= "3.1.0"}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/raven-ml/raven.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz"
checksum: [
"sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2"
"sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f"
]
}
x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d"
50 changes: 50 additions & 0 deletions packages/kaun/kaun.1.0.0~alpha2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
opam-version: "2.0"
synopsis: "Flax-inspired neural network library for OCaml"
description:
"Kaun brings modern deep learning to OCaml with a flexible, type-safe API for building and training neural networks. It leverages Rune for automatic differentiation and computation graph optimization while maintaining OCaml's functional programming advantages."
maintainer: ["Thibaut Mattio <[email protected]>"]
authors: ["Thibaut Mattio <[email protected]>"]
license: "ISC"
tags: ["neural-networks" "machine-learning" "deep-learning"]
homepage: "https://github.com/raven-ml/raven"
doc: "https://raven-ml.dev/docs/"
bug-reports: "https://github.com/raven-ml/raven/issues"
depends: [
"ocaml" {>= "5.3.0"}
"dune" {>= "3.19"}
"logs"
"yojson" {>= "2.0.0"}
"domainslib" {>= "0.5.0"}
"saga" {= version}
"rune" {= version}
"nx-datasets" {= version}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/raven-ml/raven.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz"
checksum: [
"sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2"
"sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f"
]
}
x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d"
54 changes: 54 additions & 0 deletions packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
opam-version: "2.0"
synopsis: "Common datasets for machine learning"
description:
"A collection of common datasets for machine learning tasks, including image classification, regression, and more. This package provides easy access to popular datasets in a format compatible with Nx."
maintainer: ["Thibaut Mattio <[email protected]>"]
authors: ["Thibaut Mattio <[email protected]>"]
license: "ISC"
tags: [
"datasets"
"machine-learning"
"data-science"
"image-classification"
"regression"
]
homepage: "https://github.com/raven-ml/raven"
doc: "https://raven-ml.dev/docs/"
bug-reports: "https://github.com/raven-ml/raven/issues"
depends: [
"ocaml" {>= "5.3.0"}
"dune" {>= "3.19"}
"ocurl"
"csv"
"logs"
"nx" {= version}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/raven-ml/raven.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz"
checksum: [
"sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2"
"sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f"
]
}
x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d"
65 changes: 65 additions & 0 deletions packages/nx/nx.1.0.0~alpha2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
opam-version: "2.0"
synopsis: "High-performance N-dimensional array library for OCaml"
description:
"Nx is the core component of the Raven ecosystem providing efficient numerical computation with multi-device support. It offers NumPy-like functionality with the benefits of OCaml's type system."
maintainer: ["Thibaut Mattio <[email protected]>"]
authors: ["Thibaut Mattio <[email protected]>"]
license: "ISC"
tags: ["numerical-computation" "tensor-library" "machine-learning"]
homepage: "https://github.com/raven-ml/raven"
doc: "https://raven-ml.dev/docs/"
bug-reports: "https://github.com/raven-ml/raven/issues"
depends: [
"ocaml" {>= "5.3.0"}
"dune" {>= "3.19"}
"dune-configurator" {build}
"conf-pkg-config" {build}
"conf-zlib" {build}
"stdlib-shims"
"alcotest" {with-test}
"mdx" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/raven-ml/raven.git"
x-maintenance-intent: ["(latest)"]
depexts: [
["libc-dev" "openblas-dev" "lapack-dev"] {os-distribution = "alpine"}
["epel-release" "openblas-devel"] {os-distribution = "centos"}
["libopenblas-dev" "liblapacke-dev"] {os-family = "debian"}
["libopenblas-dev" "liblapacke-dev"] {os-family = "ubuntu"}
["openblas-devel"] {os-family = "fedora"}
["libopenblas_openmp-devel"] {os-family = "suse" | os-family = "opensuse"}
["openblas" "lapacke" "cblas"] {os-distribution = "arch"}
["openblas"] {os = "macos" & os-distribution = "homebrew"}
["openblas" "lapacke"] {os = "freebsd"}
]
x-ci-accept-failures: [
"oraclelinux-7"
"oraclelinux-8"
"oraclelinux-9"
]
url {
src:
"https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz"
checksum: [
"sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2"
"sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f"
]
}
x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d"
70 changes: 70 additions & 0 deletions packages/quill/quill.1.0.0~alpha2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
opam-version: "2.0"
synopsis: "Interactive notebook for OCaml data science"
description:
"Quill is an interactive notebook application for data exploration, prototyping, and knowledge sharing in OCaml. It provides a Jupyter-like experience with rich visualization and documentation capabilities."
maintainer: ["Thibaut Mattio <[email protected]>"]
authors: ["Thibaut Mattio <[email protected]>"]
license: "ISC"
tags: [
"notebook" "interactive-computing" "data-science" "literate-programming"
]
homepage: "https://github.com/raven-ml/raven"
doc: "https://raven-ml.dev/docs/"
bug-reports: "https://github.com/raven-ml/raven/issues"
depends: [
"ocaml" {>= "5.3.0"}
"dune" {>= "3.19"}
"dune-site" {>= "3.19.0"}
"cmdliner"
"wasm_of_ocaml-compiler"
"js_of_ocaml-toplevel"
"dream" {>= "1.0.0~alpha8"}
"ppx_deriving_yojson"
"crunch"
"cmarkit"
"vdom"
"brr"
"base64" {>= "3.1.0"}
"nx" {= version}
"nx-datasets" {= version}
"saga" {= version}
"rune" {= version}
"kaun" {= version}
"sowilo" {= version}
"hugin" {= version}
"alcotest" {with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/raven-ml/raven.git"
x-maintenance-intent: ["(latest)"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"--root"
"."
"--only-packages"
name
"--no-config"
"--profile"
"release"
"-j"
jobs
"--auto-promote"
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
url {
src:
"https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz"
checksum: [
"sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2"
"sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f"
]
}
x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d"
53 changes: 53 additions & 0 deletions packages/raven/raven.1.0.0~alpha2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
opam-version: "2.0"
synopsis: "Meta package for the Raven ML ecosystem"
description:
"Raven is a comprehensive machine learning ecosystem for OCaml. This meta package installs all Raven components including Nx (tensors), Hugin (plotting), Quill (notebooks), Rune (autodiff), Kaun (neural networks), and Sowilo (computer vision)."
maintainer: ["Thibaut Mattio <[email protected]>"]
authors: ["Thibaut Mattio <[email protected]>"]
license: "ISC"
tags: ["machine-learning" "data-science" "numerical-computation"]
homepage: "https://github.com/raven-ml/raven"
doc: "https://raven-ml.dev/docs/"
bug-reports: "https://github.com/raven-ml/raven/issues"
depends: [
"dune" {>= "3.19"}
"nx" {= version}
"nx-datasets" {= version}
"saga" {= version}
"talon" {= version}
"rune" {= version}
"kaun" {= version}
"sowilo" {= version}
"fehu" {= version}
"quill" {= version}
"hugin" {= version}
"mdx" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/raven-ml/raven.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz"
checksum: [
"sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2"
"sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f"
]
}
x-commit-hash: "85d5214e2f346cb859d31bf5494bdac70961e48d"
Loading
Loading