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 # do not run the tests in parallel as it uses side-effects
19 ["dune" "runtest" "-p" name "-j" "1"] {with-test}
20]
21
22depends: [
23 "ocaml" {>= "4.03.0"}
24 "dune"
25 "cmdliner" {>= "0.9.8"}
26 "fmt"
27 "functoria" {with-test & >= "2.2.0" & < "3.0.0"}
28 "alcotest" {with-test}
29 "dune" {with-test & <= "1.5.1"}
30]
31
32synopsis: "Runtime support library for functoria-generated code"
33description: """
34This is the runtime support library for code generated by functoria.
35"""
36url {
37 src:
38 "https://github.com/mirage/functoria/releases/download/v2.2.5/functoria-v2.2.5.tbz"
39 checksum: [
40 "sha256=c88b955e7fea642c76aac297c63550c969a1be41f437d37d7dc59cac1b82aadd"
41 "sha512=c5c1d94031b9cd5367f6a8a5ee5c5e854971c4af16f6a9f489280c8c179739c5841531c0710eefb8e920c3bdf22ba64e7d6ff2e9ebfc2be4cce6e80dde804505"
42 ]
43}
44available: opam-version >= "2.2.0"
45flags: deprecated