this repo has no description
1opam-version: "2.0" 2license: "MIT" 3maintainer: "Florian Angeletti <octa@polychoron.fr>" 4authors: "Florian Angeletti <octa@polychoron.fr>" 5dev-repo: "git+https://github.com/Octachron/phantom_algebra.git" 6doc: "https://Octachron.github.io/phantom_algebra/docs" 7homepage: "https://github.com/Octachron/phantom_algebra" 8bug-reports: "https://github.com/Octachron/phantom_algebra/issues" 9 10build: [ 11 ["jbuilder" "build" "-p" name "-j" jobs] 12 ["jbuilder" "build" "-p" name "-j" jobs "@doc"] {with-doc} 13] 14depends: [ 15 "ocaml" {>= "4.02.3"} 16 "jbuilder" {>= "1.0+beta7"} 17 "cppo" {build} 18] 19synopsis: "A strongly-typed tensor library à la GLSL" 20description: """ 21Phantom-algebra is a pure OCaml library implementing strongly-typed 22small tensors with dimensions 0 ≤ 4, rank ≤ 2, and limited to square matrices. 23 24It makes it possible to manipulate vector and matrix expressions with an 25uniform notation while still catching non-sensical operations at compile time""" 26url { 27 src: 28 "https://github.com/Octachron/phantom_algebra/releases/download/1.0/phantom-algebra-1.0.tbz" 29 checksum: [ 30 "sha256=aa049017df3555d9a94500243602c8cdbfbca64ef016f522764e5ca49fc5f9aa" 31 "md5=b49521d4a6265d10fbdc64504ce438a5" 32 ] 33}