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 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 ["env" "INSIDE_FUNCTORIA_TESTS=1" "dune" "exec" "-p" name "-j" jobs "--" "tests/test_full.exe"] {with-test} 20] 21 22depends: [ 23 "ocaml" {>= "4.04.0"} 24 "dune" {>= "1.1.0"} 25 "dune" {with-test & < "2.8.0"} 26 "cmdliner" {>= "0.9.8"} 27 "fmt" 28 "fmt" {with-test & < "0.8.10"} 29 "functoria" {with-test & >= "2.2.0" & < "4.0"} 30 "alcotest" {with-test & < "1.4.0"} 31] 32 33synopsis: "Runtime support library for functoria-generated code" 34description: """ 35This is the runtime support library for code generated by functoria. 36""" 37url { 38 src: 39 "https://github.com/mirage/functoria/releases/download/v3.0.2/functoria-v3.0.2.tbz" 40 checksum: [ 41 "sha256=e8c5462ff91b7acebeb57a7cad3de0d3ecb0374b3c6eb3b380b0048c5e142a6f" 42 "sha512=2284fdf6259e48e3e3b73440a39f59bbd2968bee59af87ded5a6e9dbb32dde0998eac72a5cf56fe0978191bbb2ebc675fc50337a4820b6a13d71f28c6108dde9" 43 ] 44} 45available: opam-version >= "2.2.0" 46flags: deprecated