this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_traverse_builtins" 5bug-reports: "https://github.com/janestreet/ppx_traverse_builtins/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_traverse_builtins.git" 7license: "Apache-2.0" 8build: [ 9 [ 10 "jbuilder" "build" "--only-packages" name "--root" "." "-j" jobs 11 "--no-config" {jbuilder:version >= "1.0+beta18"} 12 "@install" 13 ] 14] 15depends: [ 16 "ocaml" {>= "4.03.0"} 17 "jbuilder" {>= "1.0+beta4"} 18] 19synopsis: "Builtins for Ppx_traverse" 20description: """ 21This library defines the default methods for builtin types (int, 22string, list, ...) for Ppx_traverse.""" 23url { 24 src: 25 "https://ocaml.janestreet.com/ocaml-core/v0.9/files/ppx_traverse_builtins-v0.9.0.tar.gz" 26 checksum: [ 27 "sha256=a6db9a03f5d2e37e684eb4e21aa7f7927f4081111b04a91bb21d50bafc4cae7e" 28 "md5=2fa434feab3beb00a203009c512104e5" 29 ] 30}