-
Notifications
You must be signed in to change notification settings - Fork 0
/
KLaTsL.opam
32 lines (32 loc) · 926 Bytes
/
KLaTsL.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A functional and typed language targeted at linear algebra"
description:
"A functional, typed & interpreted language focused on linear algebra, KLaTsL introduces an elegant type system and syntax featuring matrix comprehensions & factorizations, typed transformations, dimensional typing and more."
maintainer: ["Kabir Samsi"]
authors: ["Kabir Samsi"]
license: "LICENSE"
tags: ["some" "placeholders"]
homepage: "https://github.com/KabirSamsi/KLaTsL"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/KabirSamsi/KLaTsL/issues"
depends: [
"ocaml"
"dune" {>= "3.14"}
"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/KabirSamsi/KLaTsL.git"