this repo has no description
1opam-version: "2.0" 2maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 3authors: "Vincent Bernardoff <vb@luminar.eu.org>" 4homepage: "https://github.com/vbmithr/scid" 5bug-reports: "https://github.com/vbmithr/scid/issues" 6license: "ISC" 7doc: "https://vbmithr.github.io/scid/doc" 8dev-repo: "git+https://github.com/vbmithr/scid.git" 9build: [ 10 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 11] 12depends: [ 13 "ocaml" {>= "4.02.0" & < "5.0"} 14 "ocamlfind" {build} 15 "ocamlbuild" {build} 16 "topkg" {build} 17 "result" 18 "ocplib-endian" {>= "1.0"} 19] 20synopsis: "Sierra Chart's Intraday Data File Format library" 21description: """ 22The scid file format is used by Sierra Chart to store intra-day market 23data. 24Specification: http://www.sierrachart.com/index.php?page=doc/IntradayDataFileFormat.html""" 25url { 26 src: "https://github.com/vbmithr/ocaml-scid/archive/1.0.tar.gz" 27 checksum: [ 28 "sha256=17ff400b8358295ab603813d96e4f81f65c8ba790ce8d555ffed58dab7e556b2" 29 "md5=6fb1bd0e286c36d92bb0cf5c6e7c0c35" 30 ] 31}