Skip to content
Open
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
40 changes: 40 additions & 0 deletions packages/oglsl/oglsl.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Embedding GLSL in OCaml"
description:
"Oglsl is a set of module signatures providing overloadable functions and operators and abstract types for writing GLSL in OCaml. In other words, it is a tagless-final eDSL - abstract algebra of GLSL embedded in OCaml."
maintainer: ["Kinten Le <[email protected]>"]
authors: ["Kinten Le <[email protected]>"]
license: "MIT"
tags: ["tagless-final" "opengl" "glsl" "edsl"]
homepage: "https://github.com/kinten108101/oglsl"
doc: "https://github.com/kinten108101/oglsl/wiki"
bug-reports: "https://github.com/kinten108101/oglsl/issues"
depends: [
"dune" {>= "3.20"}
"ocaml" {>= "5.2.0"}
"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/kinten108101/oglsl.git"
x-maintenance-intent: ["(latest)"]
url {
src: "https://github.com/kinten108101/oglsl/archive/refs/tags/0.1.0.tar.gz"
checksum: [
"md5=7d1303c6cfee60e8bc0258faaec8df33"
"sha512=1d688ac224242a92f9e786e01218e384c2e76aa7b41137e0160056ad8e2c3a44f333b4b4ab08ff94ac96e697a8b6701f03e9b784222f8974c27684bcb6376138"
]
}