this repo has no description
1opam-version: "2.0" 2authors: "John Whitington" 3maintainer: "contact@coherentgraphics.co.uk" 4homepage: "https://github.com/johnwhitington/ppx_blob" 5dev-repo: "git+https://github.com/johnwhitington/ppx_blob.git" 6bug-reports: "https://github.com/johnwhitington/ppx_blob/issues/" 7build: [ 8 [make "native-code"] {ocaml:native} 9 [make "byte-code"] {!ocaml:native} 10] 11install: [ 12 [make "install"] 13] 14remove: [["ocamlfind" "remove" "ppx_blob"]] 15depends: [ 16 "ocaml" {>= "4.02.0"} 17 "ocamlfind" {build & >= "1.5.2"} 18 "ppx_tools" 19] 20synopsis: "Include a file as a string at compile time" 21flags: light-uninstall 22url { 23 src: "https://github.com/johnwhitington/ppx_blob/archive/v0.2.tar.gz" 24 checksum: [ 25 "sha256=5aeb3bad08584ef532deba8c3a752762795f93f85e1dcac07fab13774875784f" 26 "md5=c25401923d7e6efe6af400f1100c7923" 27 ] 28}