this repo has no description

[new release] hooke (0.0.1)

CHANGES:

## 0.0.1

* Introduce Springs and Snapshots from ported Harmonica code
* Add TUI example using a hook to animate a ball

Changed files
+38
packages
hooke
hooke.0.0.1
+38
packages/hooke/hooke.0.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A spring-physics library for OCaml"
+
description: "Hooke is a small physics library that provides springs"
+
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
license: "MIT"
+
tags: ["physics" "springs" "animation"]
+
homepage: "https://github.com/leostera/hooke"
+
bug-reports: "https://github.com/leostera/hooke/issues"
+
depends: [
+
"ocaml" {>= "5.1"}
+
"dune" {>= "3.11"}
+
"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/leostera/hooke.git"
+
url {
+
src:
+
"https://github.com/leostera/hooke/releases/download/0.0.1/hooke-0.0.1.tbz"
+
checksum: [
+
"sha256=c27a61f080af6c8be495f47c9c4f9a11da0b3aa72d6339314c12e1127b2ccfd7"
+
"sha512=806b093d6c8fbf1409bb1b15dc5743ecabe3f5c16dece5ce377eb36338c7d01d1b71d80c0c95dccb2f72cbf8fb59f4dfa88d7326f6a37ce057adc4fc4e3bbd60"
+
]
+
}
+
x-commit-hash: "1612b39334781403f5f5a143e9980ba8161d92b5"