atproto libraries implementation in ocaml
at main 608 B view raw
1*.annot 2*.cmo 3*.cma 4*.cmi 5*.a 6*.o 7*.cmx 8*.cmxs 9*.cmxa 10 11# Files containing detailed information about the compilation (generated 12# by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`). 13# These files are typically useful for code inspection tools 14# (e.g. Merlin). 15*.cmt 16*.cmti 17 18# ocamlbuild and Dune default working directory 19_build/ 20 21# ocamlbuild targets 22*.byte 23*.native 24 25# oasis generated files 26setup.data 27setup.log 28 29# Merlin configuring file for Vim and Emacs 30.merlin 31 32# Dune generated files 33*.install 34 35# Local OPAM switch 36_opam/ 37 38.vscode 39.idea 40 41# Node.js 42node_modules/ 43 44# OpenCode 45.opencode/