Skip to content

Commit c6e7013

Browse files
authored
Merge pull request #28731 from kinten108101/opam-publish-oglsl.0.1.0
Package oglsl.0.1.0
2 parents 9bf7b0b + cf748fb commit c6e7013

File tree

1 file changed

+40
-0
lines changed
  • packages/oglsl/oglsl.0.1.0

1 file changed

+40
-0
lines changed

packages/oglsl/oglsl.0.1.0/opam

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Embedding GLSL in OCaml"
4+
description:
5+
"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."
6+
maintainer: ["Kinten Le <[email protected]>"]
7+
authors: ["Kinten Le <[email protected]>"]
8+
license: "MIT"
9+
tags: ["tagless-final" "opengl" "glsl" "edsl"]
10+
homepage: "https://github.com/kinten108101/oglsl"
11+
doc: "https://github.com/kinten108101/oglsl/wiki"
12+
bug-reports: "https://github.com/kinten108101/oglsl/issues"
13+
depends: [
14+
"dune" {>= "3.20"}
15+
"ocaml" {>= "5.2.0"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/kinten108101/oglsl.git"
33+
x-maintenance-intent: ["(latest)"]
34+
url {
35+
src: "https://github.com/kinten108101/oglsl/archive/refs/tags/0.1.0.tar.gz"
36+
checksum: [
37+
"md5=7d1303c6cfee60e8bc0258faaec8df33"
38+
"sha512=1d688ac224242a92f9e786e01218e384c2e76aa7b41137e0160056ad8e2c3a44f333b4b4ab08ff94ac96e697a8b6701f03e9b784222f8974c27684bcb6376138"
39+
]
40+
}

0 commit comments

Comments
 (0)