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 ["jbuilder" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.04.1"} 13 "jbuilder" {>= "1.0+beta12"} 14] 15synopsis: "Builtins for Ppx_traverse" 16description: """ 17This library defines the default methods for builtin types (int, 18string, list, ...) for Ppx_traverse.""" 19url { 20 src: 21 "https://ocaml.janestreet.com/ocaml-core/v0.10/files/ppx_traverse_builtins-v0.10.0.tar.gz" 22 checksum: [ 23 "sha256=232607656cc97f3bbb165426a106ab2a916a1ece06c5b565ebbad6006a94e693" 24 "md5=9a9f9d79b64c6ad4d226d8246b41b261" 25 ] 26}