this repo has no description
1opam-version: "2.0"
2maintainer: "0918nobita <nobita.0918@gmail.com>"
3synopsis: "A WASM-friendly lightweight programming language implemented in OCaml"
4authors: [
5 "0918nobita"
6]
7homepage: "https://github.com/0918nobita/psyche"
8dev-repo: "git+https://github.com/0918nobita/psyche.git"
9bug-reports: "https://github.com/0918nobita/psyche/issues"
10build: [
11 [make]
12]
13depends: [
14 "ocaml" {>= "4.04.0"}
15 "ocamlfind" {build}
16 "base"
17]
18url {
19 src: "https://github.com/ocaml/opam-source-archives/raw/main/psyche-0.0.1.tar.gz"
20 checksum: [
21 "md5=43785b1a9d362576fab512dd842653dd"
22 "sha512=280311728f70f343ad2ab56d1e1834676391f231038651971e866146638e5b59425ae07132475e7bcf095691c89be1ec946e66c413c68c4f3c0b81aafda5a2f7"
23 ]
24}