package magic-mime
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Map filenames to common MIME types
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      magic-mime-v1.1.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=9a7f84ba37ca736fb7504ffe90e27fd58e18747c45a7b36b3aa77896fdf06639
    
    
  md5=8430a2686206517f2753e47c9c038b5c
    
    
  doc/CHANGES.html
v1.1.1 2018-12-21
- Port build to Dune and fix the embedded compilation when the repository is included as a subdirectory in a larger Dune build.
 - Update opam metadata to 2.0 format.
 - Switch to using 
dune-releaseinstead oftopkgfor releases. 
v1.1.0 2017-06-20
- Support a 
map_filewhich maps filenames onto MIME types, using a database based on GTKSourceView lang files. This adds support for severalx-*MIME type extensions as well which are unofficial but useful, including ones for common programming languages. (#4 by @zoggy) - Sync mime.types with Apache SVN and note its source in the README.
 
v1.0.1 2017-05-25
- clarify LICENSE (ISC)
 - build and test against OCaml 4.03 and 4.04
 - build via jbuilder
 
v1.0.0 (2015-02-08)
- Initial public release.
 
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page