opam-version: "2.0"
maintainer: "0918nobita <nobita.0918@gmail.com>"
synopsis: "A WASM-friendly lightweight programming language implemented in OCaml"
authors: [
  "0918nobita"
]
homepage: "https://github.com/0918nobita/psyche"
dev-repo: "git+https://github.com/0918nobita/psyche.git"
bug-reports: "https://github.com/0918nobita/psyche/issues"
build: [
  [make]
]
depends: [
  "ocaml" {>= "4.04.0"}
  "ocamlfind" {build}
  "base" {< "v0.15"}
]
url {
  src: "https://github.com/0918nobita/psyche/archive/0.0.1.tar.gz"
  checksum: [
    "md5=43785b1a9d362576fab512dd842653dd"
    "sha512=280311728f70f343ad2ab56d1e1834676391f231038651971e866146638e5b59425ae07132475e7bcf095691c89be1ec946e66c413c68c4f3c0b81aafda5a2f7"
  ]
}
