this repo has no description
1opam-version: "2.0"
2maintainer: "Gabriel Radanne <drupyog@zoho.com>"
3authors: [ "Thomas Gazagnaire"
4 "Anil Madhavapeddy"
5 "Dave Scott"
6 "Thomas Leonard"
7 "Gabriel Radanne" ]
8homepage: "https://github.com/mirage/functoria"
9bug-reports: "https://github.com/mirage/functoria/issues"
10dev-repo: "git+https://github.com/mirage/functoria.git"
11doc: "https://mirage.github.io/functoria/"
12license: "ISC"
13tags: ["org:mirage"]
14
15build: [
16 ["dune" "subst"] {dev}
17 ["dune" "build" "-p" name "-j" jobs]
18]
19
20depends: [
21 "ocaml" {>= "4.03.0"}
22 "dune"
23 "cmdliner" {>= "0.9.8"}
24 "fmt"
25 "functoria" {with-test & >= "2.2.0" & < "3.0.0"}
26 "alcotest" {with-test}
27]
28
29synopsis: "Runtime support library for functoria-generated code"
30description: """
31This is the runtime support library for code generated by functoria.
32"""
33url {
34 src:
35 "https://github.com/mirage/functoria/releases/download/v2.2.4/functoria-v2.2.4.tbz"
36 checksum: [
37 "sha256=0420121fe1ec8efd37e714b12416fa3fed191d4ed0af9f3fc4d71f9443f9083f"
38 "sha512=c5ecb2b96f927fa99fc334c1392b247e0bfaef5b51bc0bea8d16fed800c4cd82f72c3bbc7f0a71a5b712f3a007f1d23263ad30a817047b48384e4a46b511bfce"
39 ]
40}
41available: opam-version >= "2.2.0"
42flags: deprecated