Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / f2py / tests / src / abstract_interface / gh18403_mod.f90
Size: Mime:
module test
  abstract interface
    subroutine foo()
    end subroutine
  end interface
end module test