this repo has no description
1opam-version: "2.0" 2synopsis: "Include files in OCaml code" 3maintainer: ["Sylvain Le Gall <sylvain+ocaml@le-gall.net>"] 4authors: ["Sylvain Le Gall"] 5license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 6homepage: "https://github.com/gildor478/ocamlify" 7doc: "https://url/to/documentation" 8bug-reports: "https://github.com/gildor478/ocamlify/issues" 9depends: [ 10 "dune" {>= "3.17"} 11 "ocaml" {>= "5"} 12 "camlp-streams" {>= "5"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/gildor478/ocamlify.git" 30url { 31 src: 32 "https://github.com/gildor478/ocamlify/releases/download/v0.1.0/ocamlify-0.1.0.tbz" 33 checksum: [ 34 "sha256=bb4a468b02d1ff9374791bfe79291d47bd6c9f28920cfc21f09c2ec5b7172060" 35 "sha512=21e43dcf5cc7c5909c96c99243d904372c02f62959ea9fe970bc9ad12879bf0ae8c62f6e178fa0c5daf47abe4da238eb9b76c503c941afcc24d5d75dbe009fd6" 36 ] 37} 38x-commit-hash: "b43f9de4c9cb6c64b49d275212b4e3dcb414b658"