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.3/functoria-v3.0.3.tbz" 40 checksum: [ 41 "sha256=d0d1bf16cd51dbca26023e2197c0c216258737237f2ca15c88ecfc0712129b23" 42 "sha512=088c78ef266f873c03e051cdd8a8208c6a5ddf365b9b9442db9a8fecd0753d0107b792c66315c8ed0398e54c3c49c928d7c121d37c98e24bf4c9c0de564601be" 43 ] 44} 45available: opam-version >= "2.2.0" 46flags: deprecated