this repo has no description
1opam-version: "2.0"
2synopsis: "A spring-physics library for OCaml"
3description: "Hooke is a small physics library that provides springs"
4maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
5authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
6license: "MIT"
7tags: ["physics" "springs" "animation"]
8homepage: "https://github.com/leostera/hooke"
9bug-reports: "https://github.com/leostera/hooke/issues"
10depends: [
11 "ocaml" {>= "5.1"}
12 "dune" {>= "3.11"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/leostera/hooke.git"
30url {
31 src:
32 "https://github.com/leostera/hooke/releases/download/0.0.1/hooke-0.0.1.tbz"
33 checksum: [
34 "sha256=c27a61f080af6c8be495f47c9c4f9a11da0b3aa72d6339314c12e1127b2ccfd7"
35 "sha512=806b093d6c8fbf1409bb1b15dc5743ecabe3f5c16dece5ce377eb36338c7d01d1b71d80c0c95dccb2f72cbf8fb59f4dfa88d7326f6a37ce057adc4fc4e3bbd60"
36 ]
37}
38x-commit-hash: "1612b39334781403f5f5a143e9980ba8161d92b5"